Searched refs:next_packet (Results 1 - 2 of 2) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/bsd/netinet/
H A Din_dhcp.c467 goto next_packet;
488 next_packet:
641 goto next_packet;
648 goto next_packet;
683 next_packet:
/macosx-10.5.8/xnu-1228.15.4/bsd/net/
H A Ddlil.c983 mbuf_t next_packet; local
985 next_packet = m->m_nextpkt;
994 m = next_packet;
1014 mbuf_t next_packet; local
1026 next_packet = m->m_nextpkt;
1113 if (next_packet == NULL && last_ifproto != NULL) {
1121 m = next_packet;

Completed in 29 milliseconds