Home
last modified time | relevance | path

Searched refs:ip_pcbopts (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/netinet/
H A Dip_options.h57 int ip_pcbopts(struct inpcb *, int, struct mbuf *);
H A Dip_options.c601 ip_pcbopts(struct inpcb *inp, int optname, struct mbuf *m) in ip_pcbopts() function
H A Dip_output.c1139 error = ip_pcbopts(inp, sopt->sopt_name, m); in ip_ctloutput()