Home
last modified time | relevance | path

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

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