MCPcopy Create free account
hub / github.com/F-Stack/f-stack / sys_setsockopt

Function sys_setsockopt

freebsd/kern/uipc_syscalls.c:1233–1239  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1231}
1232
1233int
1234sys_setsockopt(struct thread *td, struct setsockopt_args *uap)
1235{
1236
1237 return (kern_setsockopt(td, uap->s, uap->level, uap->name,
1238 uap->val, UIO_USERSPACE, uap->valsize));
1239}
1240
1241int
1242kern_setsockopt(struct thread *td, int s, int level, int name, const void *val,

Callers

nothing calls this directly

Calls 1

kern_setsockoptFunction · 0.85

Tested by

no test coverage detected