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

/freebsd-9.3-release/usr.sbin/IPXrouted/
H A Dsap.h58 u_short sap_cmd; member in struct:sap_packet
H A Dsap_input.c77 switch (ntohs(sap_msg->sap_cmd)) {
87 sap_msg->sap_cmd = htons(SAP_RESP_NEAR);
H A Dsap_output.c129 sap_msg->sap_cmd = ntohs(SAP_RESP);
135 sizeof (sap_msg->sap_cmd))) {
H A Dtrace.c402 if (msg->sap_cmd && ntohs(msg->sap_cmd) < SAPCMD_MAX)
403 fprintf(fd, "%s %s %s#%x", sapcmds[ntohs(msg->sap_cmd)],
407 fprintf(fd, "Bad cmd 0x%x %s %s#%x\n", ntohs(msg->sap_cmd),
414 switch (ntohs(msg->sap_cmd)) {
H A Dtimer.c193 sap_msg->sap_cmd = htons(SAP_RESP);
H A Dmain.c219 sap_msg->sap_cmd = htons(SAP_REQ);

Completed in 103 milliseconds