| /src/external/mpl/dhcp/dist/includes/netinet/ |
| udp.h | 64 u_int16_t uh_sport; /* source port */ 65 u_int16_t uh_dport; /* destination port */ 66 u_int16_t uh_ulen; /* udp length */ 67 u_int16_t uh_sum; /* udp checksum */
|
| /src/lib/libc/gen/ |
| Lint_bswap16.c | 7 u_int16_t 8 bswap16(u_int16_t b16)
|
| /src/sys/dev/ic/ |
| monitors.h | 38 u_int16_t cols; /* Columns */ 39 u_int16_t hfp; /* Horizontal Front Porch */ 40 u_int16_t hsync; /* Horizontal Sync */ 41 u_int16_t hbp; /* Horizontal Back Porch */ 42 u_int16_t rows; /* Rows */ 43 u_int16_t vfp; /* Vertical Front Porch */ 44 u_int16_t vsync; /* Vertical Sync */ 45 u_int16_t vbp; /* Vertical Back Porch */
|
| icp_ioctl.h | 50 u_int16_t io_node; 51 u_int16_t service; 53 u_int16_t status; 59 u_int16_t cmd_opcode; 77 u_int16_t io_node; 78 u_int16_t oem_id; 79 u_int16_t type; 83 u_int16_t ext_type; 84 u_int16_t device_id; 85 u_int16_t sub_device_id [all...] |
| advmcode.h | 38 extern const u_int16_t asc_mcode_size;
|
| depcavar.h | 83 void depca_wrcsr(struct lance_softc *, u_int16_t, u_int16_t); 84 u_int16_t depca_rdcsr(struct lance_softc *, u_int16_t);
|
| elink3reg.h | 247 #define GLOBAL_RESET (u_int16_t) 0x0000 248 #define WINDOW_SELECT (u_int16_t) (0x01<<11) 253 #define START_TRANSCEIVER (u_int16_t) (0x02<<11) 255 #define RX_DISABLE (u_int16_t) (0x03<<11) 256 #define RX_ENABLE (u_int16_t) (0x04<<11) 257 #define RX_RESET (u_int16_t) (0x05<<11) 258 #define RX_DISCARD_TOP_PACK (u_int16_t) (0x08<<11) 259 #define TX_ENABLE (u_int16_t) (0x09<<11) 260 #define TX_DISABLE (u_int16_t) (0x0a<<11) 261 #define TX_RESET (u_int16_t) (0x0b<<11 [all...] |
| /src/sys/arch/amiga/dev/ |
| if_levar.h | 36 u_int16_t ler1_rdp; /* data port */ 37 u_int16_t ler1_rap; /* register select port */ 41 u_int16_t ler1_reset; /* reading this resets the PCnet-ISA */ 42 u_int16_t ler1_idp; /* isa configuration port */
|
| /src/sys/dist/pf/netinet/ |
| tcp_rndiss.h | 39 u_int16_t tcp_rndiss_encrypt(u_int16_t);
|
| /src/dist/pf/usr.sbin/ftp-proxy/ |
| ipf.h | 24 u_int16_t); 25 int ipf_add_nat(u_int32_t, struct sockaddr *, struct sockaddr *, u_int16_t, 26 struct sockaddr *, u_int16_t, u_int16_t); 27 int ipf_add_rdr(u_int32_t, struct sockaddr *, struct sockaddr *, u_int16_t, 28 struct sockaddr *, u_int16_t);
|
| /src/sys/compat/sys/ |
| dirent.h | 39 u_int16_t d_reclen; /* length of this record */ 40 u_int16_t d_namlen; /* length of string in d_name */ 46 u_int16_t d_reclen; /* length of this record */
|
| /src/dist/pf/libexec/tftp-proxy/ |
| filter.h | 23 u_int16_t, u_int8_t); 24 int add_nat(u_int32_t, struct sockaddr *, struct sockaddr *, u_int16_t, 25 struct sockaddr *, u_int16_t, u_int16_t, u_int8_t); 26 int add_rdr(u_int32_t, struct sockaddr *, struct sockaddr *, u_int16_t, 27 struct sockaddr *, u_int16_t, u_int8_t);
|
| /src/sys/arch/hpcmips/vr/ |
| cmuvar.h | 36 int (*cc_clock)(vrcmu_chipset_tag_t, u_int16_t, int);
|
| /src/sys/net80211/ |
| ieee80211_sysctl.h | 58 /*00*/ u_int16_t sh_ifindex; 65 /*00*/ u_int16_t ns_ifindex; 68 /*0e*/ u_int16_t ns_capinfo; /* capabilities */ 72 /*14*/ u_int16_t ns_freq; 73 /*16*/ u_int16_t ns_chanflags; 74 /*18*/ u_int16_t ns_chanidx; 80 /*3e*/ u_int16_t ns_associd; /* assoc response */ 84 /*58*/ u_int16_t ns_txrate; /* index to ns_rates[] */ 85 /*5a*/ u_int16_t ns_intval; /* beacon interval */ 87 /*64*/ u_int16_t ns_txseq; /* seq to be transmitted * [all...] |
| /src/external/bsd/libbind/dist/port/hpux/include/sys/ |
| bitypes.h | 26 typedef uint16_t u_int16_t; typedef
|
| /src/external/bsd/libbind/dist/port/mpe/include/sys/ |
| bitypes.h | 26 typedef unsigned short u_int16_t; typedef
|
| /src/sys/arch/amiga/amiga/ |
| busfuncs.c | 42 bsr(amiga_contiguous_read_2, u_int16_t); 43 bsw(amiga_contiguous_write_2, u_int16_t); 44 bsrm(amiga_contiguous_read_multi_2, u_int16_t); 45 bswm(amiga_contiguous_write_multi_2, u_int16_t); 46 bsrm(amiga_contiguous_read_region_2, u_int16_t); 47 bswm(amiga_contiguous_write_region_2, u_int16_t); 48 bssr(amiga_contiguous_set_region_2, u_int16_t); 49 bscr(amiga_contiguous_copy_region_2, u_int16_t); 51 bsr(amiga_interleaved_read_2, u_int16_t); 52 bsw(amiga_interleaved_write_2, u_int16_t); [all...] |
| /src/lib/libc/arch/sh3/net/ |
| htons.c | 45 u_int16_t 47 u_int16_t x;
|
| ntohs.c | 45 u_int16_t 47 u_int16_t x;
|
| /src/sys/arch/mac68k/include/ |
| grfioctl.h | 51 u_int16_t fboff; /* Offset of frame buffer from base */ 52 u_int16_t rowbytes; /* Screen rowbytes */ 53 u_int16_t width; /* Screen width */ 54 u_int16_t height; /* Screen height */ 55 u_int16_t hres; /* Horizontal resolution (dpi) */ 56 u_int16_t vres; /* Vertical resolution (dpi) */ 57 u_int16_t ptype; /* 0 = indexed, 0x10 = direct */ 58 u_int16_t psize; /* Screen depth */
|
| /src/crypto/external/bsd/openssh/dist/ |
| blf.h | 68 void Blowfish_expand0state(blf_ctx *, const u_int8_t *, u_int16_t); 70 (blf_ctx *, const u_int8_t *, u_int16_t, const u_int8_t *, u_int16_t); 74 void blf_key(blf_ctx *, const u_int8_t *, u_int16_t); 75 void blf_enc(blf_ctx *, u_int32_t *, u_int16_t); 76 void blf_dec(blf_ctx *, u_int32_t *, u_int16_t); 85 u_int32_t Blowfish_stream2word(const u_int8_t *, u_int16_t , u_int16_t *);
|
| /src/external/bsd/libbind/dist/port/hpux10/include/sys/ |
| bitypes.h | 27 typedef uint16_t u_int16_t; typedef 31 typedef unsigned short u_int16_t; typedef
|
| /src/sys/arch/atari/stand/ahdilabel/ |
| cksum.c | 54 u_int16_t 57 u_int16_t *p = (u_int16_t *)buf; 58 u_int16_t csum = 0;
|
| /src/external/bsd/libbind/dist/port/aix32/include/sys/ |
| bitypes.h | 30 typedef unsigned short u_int16_t; typedef
|
| /src/external/bsd/libbind/dist/port/cygwin/include/sys/ |
| bitypes.h | 30 typedef unsigned short u_int16_t; typedef
|