Home
last modified time | relevance | path

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

/xnu-11215.1.10/bsd/netinet/ !
H A Dip_output.c149 static struct mbuf *ip_insertoptions(struct mbuf *, struct mbuf *, int *);
538 m = ip_insertoptions(m, opt, &len); in ip_output_list()
2197 ip_insertoptions(struct mbuf *m, struct mbuf *opt, int *phlen) in ip_insertoptions() function