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

/macosx-10.10/ppp-786.1.1/Helpers/pppd/
H A Dacsp.c1505 #define DHCP_OPTION_MSG_TYPE 53 macro
1597 if (*p++ != DHCP_OPTION_MSG_TYPE || *p++ != 1 || (*p != DHCP_OPTION_MSG_TYPE_INFORM && *p != DHCP_OPTION_MSG_TYPE_ACK)) {
1791 if (*p++ != DHCP_OPTION_MSG_TYPE || *p++ != 1 || *p++ != DHCP_OPTION_MSG_TYPE_INFORM) {
1867 PUTCHAR(DHCP_OPTION_MSG_TYPE, outp); // dhcp message type
2001 if (*p++ != DHCP_OPTION_MSG_TYPE || *p++ != 1 || *p++ != DHCP_OPTION_MSG_TYPE_ACK) {
2176 PUTCHAR(DHCP_OPTION_MSG_TYPE, outp); // dhcp message type
2386 if (*p++ != DHCP_OPTION_MSG_TYPE || *p++ != 1 || (*p != DHCP_OPTION_MSG_TYPE_INFORM && *p != DHCP_OPTION_MSG_TYPE_ACK)) {

Completed in 73 milliseconds