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

/freebsd-9.3-release/libexec/tftpd/
H A Dtftp-utils.h70 const char *packettype(int);
H A Dtftp-io.c114 packettype(ntohs(((struct tftphdr *)
120 packettype(ntohs(((struct tftphdr *)(pkt))->th_opcode)),
472 n, packettype(pkt->th_opcode));
H A Dtftp-transfer.c264 packettype(rp->th_opcode));
H A Dtftp-utils.c174 packettype(int type) function
H A Dtftpd.c594 packettype(rp->th_opcode));
/freebsd-9.3-release/contrib/tcpdump/
H A Dtcpdump.c995 packettype = PT_VAT;
997 packettype = PT_WB;
999 packettype = PT_RPC;
1001 packettype = PT_RTP;
1003 packettype = PT_RTCP;
1005 packettype = PT_SNMP;
1007 packettype = PT_CNFP;
1009 packettype = PT_TFTP;
1011 packettype = PT_AODV;
1013 packettype
[all...]
H A Dprint-tcp.c642 if (packettype) {
643 switch (packettype) {
H A Dprint-udp.c412 if (packettype) {
416 switch (packettype) {
H A Dinterface.h389 #define packettype gndo->ndo_packettype macro
H A Dprint-ip.c467 if (packettype == PT_CARP) {

Completed in 122 milliseconds