| 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...] |