Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/cmd-inet/sbin/dhcpagent/
H A Drequest.c1010 for (dsmp = lookup_smach_by_xid(xid, NULL, isv6); dsmp != NULL; in dhcp_acknak_global()
1011 dsmp = lookup_smach_by_xid(xid, dsmp, isv6)) { in dhcp_acknak_global()
1128 for (dsmp = lookup_smach_by_xid(xid, NULL, B_FALSE); dsmp != NULL; in dhcp_packet_lif()
1129 dsmp = lookup_smach_by_xid(xid, dsmp, B_FALSE)) { in dhcp_packet_lif()
H A Dstates.h311 dhcp_smach_t *lookup_smach_by_xid(uint32_t, dhcp_smach_t *, boolean_t);
H A Dstates.c608 lookup_smach_by_xid(uint32_t xid, dhcp_smach_t *dsmp, boolean_t isv6) in lookup_smach_by_xid() function
H A Dpacket.c181 lookup_smach_by_xid(xid, NULL, dpkt->pkt_isv6) != NULL); in init_pkt()