Searched refs:newgp (Results 1 – 2 of 2) sorted by relevance
/titanic_44/usr/src/stand/lib/inet/ |
H A D | ipv4.c | 695 struct inetgram *igp, *newgp = NULL, *ipv4_listp = NULL; in ipv4_input() local 875 newgp = make_trans_datagram(index, igp, in ipv4_input() 877 if (newgp != NULL) { in ipv4_input() 878 add_grams(&ipv4_listp, newgp); in ipv4_input() 926 newgp = make_trans_datagram(index, NULL, ipsrc, ipdst, iphlen); in ipv4_input() 927 if (newgp == NULL) in ipv4_input() 929 add_grams(&ipv4_listp, newgp); in ipv4_input()
|
/titanic_44/usr/src/stand/lib/sock/ |
H A D | socket.c | 1168 add_grams(struct inetgram **igpp, struct inetgram *newgp) in add_grams() argument 1172 if (newgp == NULL) in add_grams() 1176 *igpp = newgp; in add_grams() 1179 wp->igm_next = newgp; in add_grams()
|