HomeSort by: relevance | last modified time | path
    Searched defs:icmp_state (Results 1 - 2 of 2) sorted by relevancy

  /src/external/mpl/dhcp/dist/common/
icmp.c 39 struct icmp_state *icmp_state; variable in typeref:struct:icmp_state
43 OMAPI_OBJECT_ALLOC (icmp_state, struct icmp_state, dhcp_type_icmp)
67 sizeof (struct icmp_state),
74 icmp_state_allocate (&icmp_state, MDL);
75 icmp_state -> icmp_handler = handler;
95 icmp_state -> socket = socket (AF_INET, SOCK_RAW, protocol);
96 if (icmp_state -> socket < 0) {
103 if (fcntl (icmp_state -> socket, F_SETFD, 1) < 0
    [all...]
  /src/external/mpl/dhcp/dist/includes/
dhcpd.h 1526 struct icmp_state { struct
3194 OMAPI_OBJECT_ALLOC_DECL (icmp_state, struct icmp_state, dhcp_type_icmp)
3195 extern struct icmp_state *icmp_state;

Completed in 21 milliseconds