Home | History | Annotate | Download | only in tcpdump

Lines Matching full:u16

1012 		u_int16_t	u16;
1035 rc = cpack_uint16(s, &u.u16);
1038 rc = cpack_uint16(s, &u2.u16);
1043 rc = cpack_uint16(s, &u.u16);
1070 printf("%u MHz ", u.u16);
1071 if (u2.u16 != 0)
1072 printf("(0x%04x) ", u2.u16);
1075 printf("fhset %d fhpat %d ", u.u16 & 0xff, (u.u16 >> 8) & 0xff);
1093 printf("%u sq ", u.u16);
1096 printf("%d tx power ", -(int)u.u16);