Home
last modified time | relevance | path

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

/xnu-8020.121.3/bsd/netinet/
H A Dip_output.c147 static struct mbuf *ip_insertoptions(struct mbuf *, struct mbuf *, int *);
523 m = ip_insertoptions(m, opt, &len); in ip_output_list()
2140 ip_insertoptions(struct mbuf *m, struct mbuf *opt, int *phlen) in ip_insertoptions() function