sys/kern/uipc_msg.c
538
so_pr_ctloutput(struct socket *so, struct sockopt *sopt)
sys/kern/uipc_socket.c
104
static int do_setopt_accept_filter(struct socket *so, struct sockopt *sopt);
sys/kern/uipc_socket.c
1995
do_setopt_accept_filter(struct socket *so, struct sockopt *sopt)
sys/kern/uipc_socket.c
2078
sooptcopyin(struct sockopt *sopt, void *buf, size_t len, size_t minlen)
sys/kern/uipc_socket.c
2084
soopt_to_kbuf(struct sockopt *sopt, void *buf, size_t len, size_t minlen)
sys/kern/uipc_socket.c
2108
sosetopt(struct socket *so, struct sockopt *sopt)
sys/kern/uipc_socket.c
2277
sooptcopyout(struct sockopt *sopt, const void *buf, size_t len)
sys/kern/uipc_socket.c
2284
soopt_from_kbuf(struct sockopt *sopt, const void *buf, size_t len)
sys/kern/uipc_socket.c
2313
sogetopt(struct socket *so, struct sockopt *sopt)
sys/kern/uipc_socket.c
2438
soopt_getm(struct sockopt *sopt, struct mbuf **mp)
sys/kern/uipc_socket.c
2469
soopt_mcopyin(struct sockopt *sopt, struct mbuf *m)
sys/kern/uipc_socket.c
2476
soopt_to_mbuf(struct sockopt *sopt, struct mbuf *m)
sys/kern/uipc_socket.c
2499
soopt_mcopyout(struct sockopt *sopt, struct mbuf *m)
sys/kern/uipc_socket.c
2505
soopt_from_mbuf(struct sockopt *sopt, struct mbuf *m)
sys/kern/uipc_syscalls.c
1213
kern_setsockopt(int s, struct sockopt *sopt)
sys/kern/uipc_syscalls.c
1245
struct sockopt sopt;
sys/kern/uipc_syscalls.c
1276
kern_getsockopt(int s, struct sockopt *sopt)
sys/kern/uipc_syscalls.c
1306
struct sockopt sopt;
sys/kern/uipc_usrreq.c
931
struct sockopt *sopt;
sys/net/dummynet/ip_dummynet.h
354
int ip_dn_sockopt(struct sockopt *);
sys/net/dummynet/ip_dummynet_glue.c
155
ip_dn_sockopt(struct sockopt *sopt)
sys/net/dummynet/ip_dummynet_glue.c
466
ip_dn_sockopt_flush(struct sockopt *sopt)
sys/net/dummynet/ip_dummynet_glue.c
483
ip_dn_sockopt_get(struct sockopt *sopt)
sys/net/dummynet/ip_dummynet_glue.c
510
ip_dn_sockopt_config(struct sockopt *sopt)
sys/net/dummynet/ip_dummynet_glue.c
68
static int ip_dn_sockopt_flush(struct sockopt *);
sys/net/dummynet/ip_dummynet_glue.c
69
static int ip_dn_sockopt_get(struct sockopt *);
sys/net/dummynet/ip_dummynet_glue.c
70
static int ip_dn_sockopt_config(struct sockopt *);
sys/net/dummynet3/ip_dummynet3.h
369
int ip_dn_sockopt(struct sockopt *);
sys/net/dummynet3/ip_dummynet3_glue.c
155
ip_dn_sockopt(struct sockopt *sopt)
sys/net/dummynet3/ip_dummynet3_glue.c
466
ip_dn_sockopt_flush(struct sockopt *sopt)
sys/net/dummynet3/ip_dummynet3_glue.c
483
ip_dn_sockopt_get(struct sockopt *sopt)
sys/net/dummynet3/ip_dummynet3_glue.c
510
ip_dn_sockopt_config(struct sockopt *sopt)
sys/net/dummynet3/ip_dummynet3_glue.c
69
static int ip_dn_sockopt_flush(struct sockopt *);
sys/net/dummynet3/ip_dummynet3_glue.c
70
static int ip_dn_sockopt_get(struct sockopt *);
sys/net/dummynet3/ip_dummynet3_glue.c
71
static int ip_dn_sockopt_config(struct sockopt *);
sys/net/ip_mroute/ip_mroute.c
2030
X_ip_rsvp_vif(struct socket *so, struct sockopt *sopt)
sys/net/ip_mroute/ip_mroute.c
236
static int X_ip_mrouter_get(struct socket *so, struct sockopt *m);
sys/net/ip_mroute/ip_mroute.c
237
static int X_ip_mrouter_set(struct socket *so, struct sockopt *m);
sys/net/ip_mroute/ip_mroute.c
362
X_ip_mrouter_set(struct socket *so, struct sockopt *sopt)
sys/net/ip_mroute/ip_mroute.c
461
X_ip_mrouter_get(struct socket *so, struct sockopt *sopt)
sys/net/ip_mroute/ip_mroute.h
377
struct sockopt;
sys/net/ip_mroute/ip_mroute.h
379
extern int (*ip_mrouter_set)(struct socket *, struct sockopt *);
sys/net/ip_mroute/ip_mroute.h
380
extern int (*ip_mrouter_get)(struct socket *, struct sockopt *);
sys/net/ipfw/ip_fw2.c
5554
ipfw_ctl_add_rule(struct sockopt *sopt)
sys/net/ipfw/ip_fw2.c
5783
ipfw_ctl_get_rules(struct sockopt *sopt)
sys/net/ipfw/ip_fw2.c
5895
ipfw_table_create(struct sockopt *sopt)
sys/net/ipfw/ip_fw2.c
5983
ipfw_table_flush(struct sockopt *sopt)
sys/net/ipfw/ip_fw2.c
6073
ipfw_table_get(struct sockopt *sopt)
sys/net/ipfw/ip_fw2.c
6204
ipfw_table_alt(struct sockopt *sopt)
sys/net/ipfw/ip_fw2.c
6299
ipfw_table_zero(struct sockopt *sopt)
sys/net/ipfw/ip_fw2.c
6421
ipfw_table_expire(struct sockopt *sopt)
sys/net/ipfw/ip_fw2.c
6557
ipfw_ctl(struct sockopt *sopt)
sys/net/ipfw/ip_fw2.h
418
int ip_fw_sockopt(struct sockopt *);
sys/net/ipfw/ip_fw2.h
421
struct sockopt;
sys/net/ipfw/ip_fw2.h
425
typedef int ip_fw_ctl_t(struct sockopt *);
sys/net/ipfw/ip_fw2_glue.c
55
ip_fw_sockopt(struct sockopt *sopt)
sys/net/ipfw3/ip_fw3.c
1039
ip_fw3_ctl_x(struct sockopt *sopt)
sys/net/ipfw3/ip_fw3.c
1054
ip_fw3_ctl(struct sockopt *sopt)
sys/net/ipfw3/ip_fw3.c
1138
ip_fw3_ctl_sockopt(struct sockopt *sopt)
sys/net/ipfw3/ip_fw3.c
844
ip_fw3_ctl_delete_rule(struct sockopt *sopt)
sys/net/ipfw3/ip_fw3.c
951
ip_fw3_ctl_add_rule(struct sockopt *sopt)
sys/net/ipfw3/ip_fw3.c
972
ip_fw3_ctl_get_modules(struct sockopt *sopt)
sys/net/ipfw3/ip_fw3.c
995
ip_fw3_ctl_get_rules(struct sockopt *sopt)
sys/net/ipfw3/ip_fw3.h
435
int ip_fw3_sockopt(struct sockopt *);
sys/net/ipfw3/ip_fw3.h
455
typedef int ip_fw_ctl_t(struct sockopt *);
sys/net/ipfw3/ip_fw3.h
462
int ip_fw_sockopt(struct sockopt *);
sys/net/ipfw3/ip_fw3.h
464
struct sockopt;
sys/net/ipfw3/ip_fw3.h
551
int ip_fw3_ctl_delete_rule(struct sockopt *sopt);
sys/net/ipfw3/ip_fw3.h
555
int ip_fw3_ctl_add_rule(struct sockopt *sopt);
sys/net/ipfw3/ip_fw3.h
556
int ip_fw3_ctl_get_modules(struct sockopt *sopt);
sys/net/ipfw3/ip_fw3.h
557
int ip_fw3_ctl_get_rules(struct sockopt *sopt);
sys/net/ipfw3/ip_fw3.h
558
int ip_fw3_ctl_x(struct sockopt *sopt);
sys/net/ipfw3/ip_fw3.h
559
int ip_fw3_ctl(struct sockopt *sopt);
sys/net/ipfw3/ip_fw3.h
560
int ip_fw3_ctl_sockopt(struct sockopt *sopt);
sys/net/ipfw3/ip_fw3_glue.c
51
ip_fw3_sockopt(struct sockopt *sopt)
sys/net/ipfw3/ip_fw3_set.c
133
ip_fw3_ctl_set_move_rule(struct sockopt *sopt)
sys/net/ipfw3/ip_fw3_set.c
170
ip_fw3_ctl_set_swap(struct sockopt *sopt)
sys/net/ipfw3/ip_fw3_set.c
192
ip_fw3_ctl_set_toggle(struct sockopt *sopt)
sys/net/ipfw3/ip_fw3_set.c
207
ip_fw3_ctl_set_get(struct sockopt *sopt)
sys/net/ipfw3/ip_fw3_set.c
238
ip_fw3_ctl_set_flush(struct sockopt *sopt)
sys/net/ipfw3/ip_fw3_set.c
256
ip_fw3_ctl_set_sockopt(struct sockopt *sopt)
sys/net/ipfw3/ip_fw3_set.c
98
ip_fw3_ctl_set_move_set(struct sockopt *sopt)
sys/net/ipfw3/ip_fw3_set.h
48
int ip_fw3_ctl_set_move_set(struct sockopt *sopt);
sys/net/ipfw3/ip_fw3_set.h
50
int ip_fw3_ctl_set_move_rule(struct sockopt *sopt);
sys/net/ipfw3/ip_fw3_set.h
52
int ip_fw3_ctl_set_swap(struct sockopt *sopt);
sys/net/ipfw3/ip_fw3_set.h
53
int ip_fw3_ctl_set_toggle(struct sockopt *sopt);
sys/net/ipfw3/ip_fw3_set.h
54
int ip_fw3_ctl_set_get(struct sockopt *sopt);
sys/net/ipfw3/ip_fw3_set.h
56
int ip_fw3_ctl_set_flush(struct sockopt *sopt);
sys/net/ipfw3/ip_fw3_set.h
57
int ip_fw3_ctl_set_sockopt(struct sockopt *sopt);
sys/net/ipfw3_basic/ip_fw3_state.c
349
ip_fw3_ctl_state_add(struct sockopt *sopt)
sys/net/ipfw3_basic/ip_fw3_state.c
355
ip_fw3_ctl_state_delete(struct sockopt *sopt)
sys/net/ipfw3_basic/ip_fw3_state.c
415
ip_fw3_ctl_state_flush(struct sockopt *sopt)
sys/net/ipfw3_basic/ip_fw3_state.c
422
ip_fw3_ctl_state_get(struct sockopt *sopt)
sys/net/ipfw3_basic/ip_fw3_state.c
598
ip_fw3_ctl_state_sockopt(struct sockopt *sopt)
sys/net/ipfw3_basic/ip_fw3_state.h
102
int ip_fw3_ctl_state_add(struct sockopt *sopt);
sys/net/ipfw3_basic/ip_fw3_state.h
103
int ip_fw3_ctl_state_delete(struct sockopt *sopt);
sys/net/ipfw3_basic/ip_fw3_state.h
104
int ip_fw3_ctl_state_flush(struct sockopt *sopt);
sys/net/ipfw3_basic/ip_fw3_state.h
105
int ip_fw3_ctl_state_get(struct sockopt *sopt);
sys/net/ipfw3_basic/ip_fw3_state.h
106
int ip_fw3_ctl_state_sockopt(struct sockopt *sopt);
sys/net/ipfw3_basic/ip_fw3_sync.c
100
ip_fw3_ctl_sync_show_conf(struct sockopt *sopt)
sys/net/ipfw3_basic/ip_fw3_sync.c
125
ip_fw3_ctl_sync_show_status(struct sockopt *sopt)
sys/net/ipfw3_basic/ip_fw3_sync.c
137
ip_fw3_ctl_sync_centre_conf(struct sockopt *sopt)
sys/net/ipfw3_basic/ip_fw3_sync.c
160
ip_fw3_ctl_sync_edge_conf(struct sockopt *sopt)
sys/net/ipfw3_basic/ip_fw3_sync.c
233
ip_fw3_ctl_sync_edge_start(struct sockopt *sopt)
sys/net/ipfw3_basic/ip_fw3_sync.c
269
ip_fw3_ctl_sync_centre_start(struct sockopt *sopt)
sys/net/ipfw3_basic/ip_fw3_sync.c
307
ip_fw3_ctl_sync_edge_test(struct sockopt *sopt)
sys/net/ipfw3_basic/ip_fw3_sync.c
313
ip_fw3_ctl_sync_centre_test(struct sockopt *sopt)
sys/net/ipfw3_basic/ip_fw3_sync.c
351
ip_fw3_ctl_sync_edge_stop(struct sockopt *sopt)
sys/net/ipfw3_basic/ip_fw3_sync.c
361
ip_fw3_ctl_sync_centre_stop(struct sockopt *sopt)
sys/net/ipfw3_basic/ip_fw3_sync.c
375
ip_fw3_ctl_sync_edge_clear(struct sockopt *sopt)
sys/net/ipfw3_basic/ip_fw3_sync.c
381
ip_fw3_ctl_sync_centre_clear(struct sockopt *sopt)
sys/net/ipfw3_basic/ip_fw3_sync.c
390
ip_fw3_ctl_sync_sockopt(struct sockopt *sopt)
sys/net/ipfw3_basic/ip_fw3_sync.h
119
int ip_fw3_ctl_sync_centre_conf(struct sockopt *sopt);
sys/net/ipfw3_basic/ip_fw3_sync.h
120
int ip_fw3_ctl_sync_show_conf(struct sockopt *sopt);
sys/net/ipfw3_basic/ip_fw3_sync.h
121
int ip_fw3_ctl_sync_show_status(struct sockopt *sopt);
sys/net/ipfw3_basic/ip_fw3_sync.h
122
int ip_fw3_ctl_sync_edge_conf(struct sockopt *sopt);
sys/net/ipfw3_basic/ip_fw3_sync.h
124
int ip_fw3_ctl_sync_edge_start(struct sockopt *sopt);
sys/net/ipfw3_basic/ip_fw3_sync.h
125
int ip_fw3_ctl_sync_edge_test(struct sockopt *sopt);
sys/net/ipfw3_basic/ip_fw3_sync.h
126
int ip_fw3_ctl_sync_centre_start(struct sockopt *sopt);
sys/net/ipfw3_basic/ip_fw3_sync.h
127
int ip_fw3_ctl_sync_centre_test(struct sockopt *sopt);
sys/net/ipfw3_basic/ip_fw3_sync.h
128
int ip_fw3_ctl_sync_edge_stop(struct sockopt *sopt);
sys/net/ipfw3_basic/ip_fw3_sync.h
129
int ip_fw3_ctl_sync_centre_stop(struct sockopt *sopt);
sys/net/ipfw3_basic/ip_fw3_sync.h
130
int ip_fw3_ctl_sync_edge_clear(struct sockopt *sopt);
sys/net/ipfw3_basic/ip_fw3_sync.h
131
int ip_fw3_ctl_sync_centre_clear(struct sockopt *sopt);
sys/net/ipfw3_basic/ip_fw3_sync.h
132
int ip_fw3_ctl_sync_sockopt(struct sockopt *sopt);
sys/net/ipfw3_basic/ip_fw3_table.c
274
ip_fw3_ctl_table_list(struct sockopt *sopt)
sys/net/ipfw3_basic/ip_fw3_table.c
302
ip_fw3_ctl_table_remove(struct sockopt *sopt)
sys/net/ipfw3_basic/ip_fw3_table.c
317
ip_fw3_ctl_table_flush(struct sockopt *sopt)
sys/net/ipfw3_basic/ip_fw3_table.c
368
ip_fw3_ctl_table_show(struct sockopt *sopt)
sys/net/ipfw3_basic/ip_fw3_table.c
424
ip_fw3_ctl_table_test(struct sockopt *sopt)
sys/net/ipfw3_basic/ip_fw3_table.c
464
ip_fw3_ctl_table_create(struct sockopt *sopt)
sys/net/ipfw3_basic/ip_fw3_table.c
479
ip_fw3_ctl_table_delete(struct sockopt *sopt)
sys/net/ipfw3_basic/ip_fw3_table.c
494
ip_fw3_ctl_table_append(struct sockopt *sopt)
sys/net/ipfw3_basic/ip_fw3_table.c
509
ip_fw3_ctl_table_rename(struct sockopt *sopt)
sys/net/ipfw3_basic/ip_fw3_table.c
524
ip_fw3_ctl_table_sockopt(struct sockopt *sopt)
sys/net/ipfw3_basic/ip_fw3_table.h
100
int ip_fw3_ctl_table_show(struct sockopt *sopt);
sys/net/ipfw3_basic/ip_fw3_table.h
101
int ip_fw3_ctl_table_test(struct sockopt *sopt);
sys/net/ipfw3_basic/ip_fw3_table.h
102
int ip_fw3_ctl_table_create(struct sockopt *sopt);
sys/net/ipfw3_basic/ip_fw3_table.h
103
int ip_fw3_ctl_table_delete(struct sockopt *sopt);
sys/net/ipfw3_basic/ip_fw3_table.h
104
int ip_fw3_ctl_table_append(struct sockopt *sopt);
sys/net/ipfw3_basic/ip_fw3_table.h
105
int ip_fw3_ctl_table_rename(struct sockopt *sopt);
sys/net/ipfw3_basic/ip_fw3_table.h
106
int ip_fw3_ctl_table_sockopt(struct sockopt *sopt);
sys/net/ipfw3_basic/ip_fw3_table.h
95
int ip_fw3_ctl_table_list(struct sockopt *sopt);
sys/net/ipfw3_basic/ip_fw3_table.h
96
int ip_fw3_ctl_table_remove(struct sockopt *sopt);
sys/net/ipfw3_basic/ip_fw3_table.h
97
int ip_fw3_ctl_table_flush(struct sockopt *sopt);
sys/net/ipfw3_nat/ip_fw3_nat.c
470
ip_fw3_ctl_nat_get_cfg(struct sockopt *sopt)
sys/net/ipfw3_nat/ip_fw3_nat.c
514
ip_fw3_ctl_nat_get_record(struct sockopt *sopt)
sys/net/ipfw3_nat/ip_fw3_nat.c
770
ip_fw3_ctl_nat_add(struct sockopt *sopt)
sys/net/ipfw3_nat/ip_fw3_nat.c
852
ip_fw3_ctl_nat_del(struct sockopt *sopt)
sys/net/ipfw3_nat/ip_fw3_nat.c
865
ip_fw3_ctl_nat_flush(struct sockopt *sopt)
sys/net/ipfw3_nat/ip_fw3_nat.c
881
ip_fw3_ctl_nat_sockopt(struct sockopt *sopt)
sys/net/ipfw3_nat/ip_fw3_nat.h
171
int ip_fw3_ctl_nat_add(struct sockopt *sopt);
sys/net/ipfw3_nat/ip_fw3_nat.h
173
int ip_fw3_ctl_nat_del(struct sockopt *sopt);
sys/net/ipfw3_nat/ip_fw3_nat.h
174
int ip_fw3_ctl_nat_flush(struct sockopt *sopt);
sys/net/ipfw3_nat/ip_fw3_nat.h
177
int ip_fw3_ctl_nat_sockopt(struct sockopt *sopt);
sys/net/ipfw3_nat/ip_fw3_nat.h
178
int ip_fw3_ctl_nat_get_cfg(struct sockopt *sopt);
sys/net/ipfw3_nat/ip_fw3_nat.h
179
int ip_fw3_ctl_nat_get_record(struct sockopt *sopt);
sys/net/netmsg.h
289
struct sockopt *nm_sopt;
sys/net/rtsock.c
484
struct sockopt *sopt = msg->ctloutput.nm_sopt;
sys/net/wg/if_wg.c
1078
struct sockopt sopt = {
sys/netbt/hci_socket.c
825
struct sockopt *sopt = msg->ctloutput.nm_sopt;
sys/netbt/l2cap.h
488
int l2cap_setopt2(struct l2cap_channel *, int, struct socket *, struct sockopt *);
sys/netbt/l2cap_socket.c
99
struct sockopt *sopt = msg->ctloutput.nm_sopt;
sys/netbt/l2cap_upper.c
468
struct sockopt *sopt)
sys/netbt/rfcomm.h
426
int rfcomm_setopt2(struct rfcomm_dlc *, int, struct socket *, struct sockopt *);
sys/netbt/rfcomm_socket.c
96
struct sockopt *sopt = msg->ctloutput.nm_sopt;
sys/netbt/rfcomm_upper.c
484
struct sockopt *sopt)
sys/netbt/sco_socket.c
90
struct sockopt *sopt = msg->ctloutput.nm_sopt;
sys/netgraph/ksocket/ng_ksocket.c
785
struct sockopt sopt;
sys/netgraph/ksocket/ng_ksocket.c
824
struct sockopt sopt;
sys/netgraph7/bluetooth/socket/ng_btsocket_hci_raw.c
1454
struct sockopt *sopt = msg->ctloutput.nm_sopt;
sys/netgraph7/bluetooth/socket/ng_btsocket_l2cap.c
2230
struct sockopt *sopt = msg->ctloutput.nm_sopt;
sys/netgraph7/bluetooth/socket/ng_btsocket_rfcomm.c
1346
struct sockopt l2sopt;
sys/netgraph7/bluetooth/socket/ng_btsocket_rfcomm.c
687
struct sockopt *sopt = msg->ctloutput.nm_sopt;
sys/netgraph7/ksocket/ng_ksocket.c
808
struct sockopt sopt;
sys/netgraph7/ksocket/ng_ksocket.c
846
struct sockopt sopt;
sys/netinet/ip_output.c
100
(struct sockopt *, struct ip_moptions *);
sys/netinet/ip_output.c
103
(struct sockopt *, struct ip_moptions **);
sys/netinet/ip_output.c
1055
struct sockopt *sopt = msg->ctloutput.nm_sopt;
sys/netinet/ip_output.c
1451
ip_setmoptions(struct sockopt *sopt, struct ip_moptions **imop)
sys/netinet/ip_output.c
1784
ip_getmoptions(struct sockopt *sopt, struct ip_moptions *imo)
sys/netinet/ip_var.h
170
struct sockopt;
sys/netinet/ip_var.h
225
extern int (*ip_rsvp_vif)(struct socket *, struct sockopt *);
sys/netinet/raw_ip.c
304
struct sockopt *sopt = msg->ctloutput.nm_sopt;
sys/netinet/raw_ip.c
86
int (*ip_mrouter_set)(struct socket *, struct sockopt *);
sys/netinet/raw_ip.c
87
int (*ip_mrouter_get)(struct socket *, struct sockopt *);
sys/netinet/raw_ip.c
96
int (*ip_rsvp_vif)(struct socket *, struct sockopt *);
sys/netinet/tcp_usrreq.c
1472
struct sockopt *sopt = msg->ctloutput.nm_sopt;
sys/netinet/tcp_usrreq.c
1711
struct sockopt sopt;
sys/netinet/tcp_usrreq.c
1719
tcp_ctloutmsg(struct sockopt *sopt)
sys/netinet/tcp_var.h
470
struct sockopt;
sys/netinet/tcp_var.h
650
struct netmsg_pr_ctloutput *tcp_ctloutmsg(struct sockopt *);
sys/netinet/udp_usrreq.c
257
struct sockopt *sopt = msg->ctloutput.nm_sopt;
sys/netinet6/icmp6.c
2642
struct sockopt *sopt = msg->ctloutput.nm_sopt;
sys/netinet6/ip6_mroute.c
265
ip6_mrouter_set(struct socket *so, struct sockopt *sopt)
sys/netinet6/ip6_mroute.c
315
ip6_mrouter_get(struct socket *so, struct sockopt *sopt)
sys/netinet6/ip6_mroute.h
284
struct sockopt;
sys/netinet6/ip6_mroute.h
287
int ip6_mrouter_set (struct socket *so, struct sockopt *sopt);
sys/netinet6/ip6_mroute.h
288
int ip6_mrouter_get (struct socket *so, struct sockopt *sopt);
sys/netinet6/ip6_output.c
1131
ip6_ctloutput(struct socket *so, struct sockopt *sopt)
sys/netinet6/ip6_output.c
114
struct sockopt *);
sys/netinet6/ip6_output.c
115
static int ip6_getpcbopt(struct ip6_pktopts *, int, struct sockopt *);
sys/netinet6/ip6_output.c
1790
ip6_raw_ctloutput(struct socket *so, struct sockopt *sopt)
sys/netinet6/ip6_output.c
1869
struct socket *so, struct sockopt *sopt)
sys/netinet6/ip6_output.c
1913
ip6_getpcbopt(struct ip6_pktopts *pktopt, int optname, struct sockopt *sopt)
sys/netinet6/ip6_var.h
334
struct sockopt;
sys/netinet6/ip6_var.h
373
int ip6_ctloutput (struct socket *, struct sockopt *);
sys/netinet6/ip6_var.h
374
int ip6_raw_ctloutput (struct socket *, struct sockopt *);
sys/netinet6/ip6protosw.h
82
struct sockopt;
sys/netinet6/raw_ip6.c
454
struct sockopt *sopt = msg->ctloutput.nm_sopt;
sys/netproto/smb/smb_trantcp.c
87
struct sockopt sopt;
sys/sys/kern_syscall.h
116
int kern_getsockopt(int s, struct sockopt *sopt);
sys/sys/kern_syscall.h
125
int kern_setsockopt(int s, struct sockopt *sopt);
sys/sys/kern_syscall.h
54
struct sockopt;
sys/sys/protosw.h
104
struct netmsg_pr_ctloutput *(*pr_ctloutmsg)(struct sockopt *);
sys/sys/protosw.h
45
struct sockopt;
sys/sys/socketops.h
111
int so_pr_ctloutput(struct socket *so, struct sockopt *sopt);
sys/sys/socketvar.h
442
int sogetopt (struct socket *so, struct sockopt *sopt);
sys/sys/socketvar.h
456
int sooptcopyin (struct sockopt *sopt, void *buf, size_t len,
sys/sys/socketvar.h
458
int soopt_to_kbuf (struct sockopt *sopt, void *buf, size_t len,
sys/sys/socketvar.h
460
int sooptcopyout (struct sockopt *sopt, const void *buf, size_t len);
sys/sys/socketvar.h
461
void soopt_from_kbuf (struct sockopt *sopt, const void *buf, size_t len);
sys/sys/socketvar.h
464
int soopt_getm (struct sockopt *sopt, struct mbuf **mp);
sys/sys/socketvar.h
465
int soopt_mcopyin (struct sockopt *sopt, struct mbuf *m);
sys/sys/socketvar.h
466
void soopt_to_mbuf (struct sockopt *sopt, struct mbuf *m);
sys/sys/socketvar.h
467
int soopt_mcopyout (struct sockopt *sopt, struct mbuf *m);
sys/sys/socketvar.h
468
int soopt_from_mbuf (struct sockopt *sopt, struct mbuf *m);
sys/sys/socketvar.h
488
int sosetopt (struct socket *so, struct sockopt *sopt);
sys/vfs/nfs/bootp_subr.c
579
struct sockopt sopt;
sys/vfs/nfs/krpc_subr.c
197
struct sockopt sopt;
sys/vfs/nfs/nfs_socket.c
213
struct sockopt sopt;
sys/vfs/nfs/nfs_socket.c
296
struct sockopt sopt;
sys/vfs/nfs/nfs_socket.c
308
struct sockopt sopt;
sys/vfs/nfs/nfs_syscalls.c
365
struct sockopt sopt;
sys/vfs/nfs/nfs_syscalls.c
378
struct sockopt sopt;