Home | History | Annotate | Download | only in tcpdump

Lines Matching refs:ntohs

647 	printf(" key len=%d", ntohs(e.len) - 4);
648 if (2 < vflag && 4 < ntohs(e.len)) {
650 if (!rawprint((caddr_t)(ext + 1), ntohs(e.len) - 4))
653 return (u_char *)ext + ntohs(e.len);
733 printf(" port=%d", ntohs(id.port));
913 printf(" len=%d", ntohs(e.len) - 4);
914 if (2 < vflag && 4 < ntohs(e.len)) {
916 if (!rawprint((caddr_t)(ext + 1), ntohs(e.len) - 4))
919 return (u_char *)ext + ntohs(e.len);
936 printf(" len=%d", ntohs(e.len) - 4);
937 if (2 < vflag && 4 < ntohs(e.len)) {
939 if (!rawprint((caddr_t)(ext + 1), ntohs(e.len) - 4))
942 return (u_char *)ext + ntohs(e.len);
961 printf(" n len=%d", ntohs(e.len) - 4);
962 if (2 < vflag && 4 < ntohs(e.len)) {
964 if (!rawprint((caddr_t)(ext + 1), ntohs(e.len) - 4))
967 return (u_char *)ext + ntohs(e.len);
1039 if (ntohs(n.type) < 8192)
1040 printf(" type=%s", NOTIFY_ERROR_STR(ntohs(n.type)));
1041 else if (ntohs(n.type) < 16384)
1042 printf(" type=%s", numstr(ntohs(n.type)));
1043 else if (ntohs(n.type) < 24576)
1044 printf(" type=%s", NOTIFY_STATUS_STR(ntohs(n.type)));
1046 printf(" type=%s", numstr(ntohs(n.type)));
1057 if (ntohs(n.type) < 8192)
1058 printf(" type=%s", NOTIFY_ERROR_STR(ntohs(n.type)));
1059 else if (ntohs(n.type) < 16384)
1060 printf(" type=%s", IPSEC_NOTIFY_ERROR_STR(ntohs(n.type)));
1061 else if (ntohs(n.type) < 24576)
1062 printf(" type=%s", NOTIFY_STATUS_STR(ntohs(n.type)));
1063 else if (ntohs(n.type) < 32768)
1064 printf(" type=%s", IPSEC_NOTIFY_STATUS_STR(ntohs(n.type)));
1066 printf(" type=%s", numstr(ntohs(n.type)));
1078 switch (ntohs(n.type)) {
1140 printf(" nspi=%u", ntohs(d.num_spi));
1143 for (i = 0; i < ntohs(d.num_spi); i++) {
1168 printf(" len=%d", ntohs(e.len) - 4);
1169 if (2 < vflag && 4 < ntohs(e.len)) {
1171 if (!rawprint((caddr_t)(ext + 1), ntohs(e.len) - 4))
1174 return (u_char *)ext + ntohs(e.len);
1198 item_len = ntohs(e.len);
1234 TCHECK2(*ext, ntohs(e.len));