Home
last modified time | relevance | path

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

/illumos-gate/usr/src/stand/lib/inet/
H A Dipv4.c695 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()
/illumos-gate/usr/src/stand/lib/sock/
H A Dsocket.c1167 add_grams(struct inetgram **igpp, struct inetgram *newgp) in add_grams() argument
1171 if (newgp == NULL) in add_grams()
1175 *igpp = newgp; in add_grams()
1178 wp->igm_next = newgp; in add_grams()