Searched refs:u_short (Results 151 - 175 of 709) sorted by relevance

1234567891011>>

/freebsd-11.0-release/sys/security/audit/
H A Dbsm_fcntl.c42 u_short bfc_bsm_fcntl_cmd;
255 u_short
267 bsm_lookup_bsm_fcntl_cmd(u_short bsm_fcntl_cmd)
280 au_bsm_to_fcntl_cmd(u_short bsm_fcntl_cmd, int *local_fcntl_cmdp)
/freebsd-11.0-release/usr.sbin/ppp/
H A Dauth.h58 extern const char *Auth2Nam(u_short, u_char);
H A Dmbuf.h33 u_short m_offset; /* offset from header end to start position */
110 extern struct mbuf *m_prepend(struct mbuf *, const void *, size_t, u_short);
H A Dlink.c72 static void Despatch(struct bundle *, struct link *, struct mbuf *, u_short);
197 u_short number;
216 link_ProtocolRecord(struct link *l, u_short proto, int type)
249 u_short proto)
279 u_short lproto[LAYER_MAX], proto;
350 u_short proto;
373 Despatch(struct bundle *bundle, struct link *l, struct mbuf *bp, u_short proto)
/freebsd-11.0-release/usr.sbin/ypserv/common/
H A Dyplib_host.h51 u_short port, int usetcp);
/freebsd-11.0-release/libexec/tftpd/
H A Dtftp-io.c150 tp->th_opcode = htons((u_short)ERROR);
151 tp->th_code = htons((u_short)error);
192 tp->th_opcode = htons((u_short)WRQ);
240 tp->th_opcode = htons((u_short)RRQ);
293 tp->th_opcode = htons((u_short)OACK);
334 tp->th_opcode = htons((u_short)ACK);
335 tp->th_block = htons((u_short)block);
365 pkt->th_opcode = htons((u_short)DATA);
366 pkt->th_block = htons((u_short)block);
447 pkt->th_opcode = ntohs((u_short)pk
[all...]
/freebsd-11.0-release/sys/netinet/libalias/
H A Dalias_db.c285 u_short port;
295 u_short src_port;
296 u_short dst_port;
297 u_short alias_port;
298 u_short proxy_port;
386 static u_int StartPointIn(struct in_addr, u_short, int);
390 u_short, u_short, int);
411 u_short alias_port,
426 u_short src_por
[all...]
/freebsd-11.0-release/contrib/ipfilter/lib/
H A Doptprint.c14 u_short *sec;
17 u_short secmsk = sec[0], secbits = sec[1];
/freebsd-11.0-release/sys/dev/ncr/
H A Dncrreg.h195 /*40*/ u_short nc_sien; /* -->: interrupt enable */
196 /*42*/ u_short nc_sist; /* <--: interrupt status */
215 /*4a*/ u_short nc_respid; /* sta: Reselect-IDs */
232 /*50*/ u_short nc_sidl; /* Lowlevel: latched from scsi data */
241 /*54*/ u_short nc_sodl; /* Lowlevel: data out to scsi data */
242 /*56*/ u_short nc_56_;
243 /*58*/ u_short nc_sbdl; /* Lowlevel: data from scsi data */
244 /*5a*/ u_short nc_5a_;
/freebsd-11.0-release/sys/netinet6/
H A Din6_pcbgroup.c99 u_short lport, const struct in6_addr *faddrp, u_short fport)
/freebsd-11.0-release/sys/fs/udf/
H A Dudf.h78 u_short ifid_len;
79 u_short ifid_pad;
/freebsd-11.0-release/sys/net/
H A Diso88025.h141 u_short trld_rcf;
142 u_short *trld_route[RIF_MAX_LEN];
/freebsd-11.0-release/sys/contrib/ipfilter/netinet/
H A Dip_scan.h41 u_short act_port; /* redirect port number */
44 u_short act_eport; /* redirect port number */
H A Dip_nat.h242 u_short in_dpnext;
243 u_short in_spnext;
256 u_short in_ppip; /* ports per IP. */
257 u_short in_ippip; /* IP #'s per IP# */
258 u_short in_ndports[2];
259 u_short in_nsports[2];
399 u_short nl_inport;
400 u_short nl_outport;
401 u_short nl_realport;
469 u_short nai_por
[all...]
/freebsd-11.0-release/sys/compat/freebsd32/
H A Dfreebsd32_ioctl.h40 u_short len;
48 u_short data_len;
/freebsd-11.0-release/contrib/ipfilter/
H A Dbpf-ipf.h100 u_short bv_major;
101 u_short bv_minor;
155 u_short bh_hdrlen; /* length of bpf header (this struct
406 u_short code;
415 #define BPF_STMT(code, k) { (u_short)(code), 0, 0, k }
416 #define BPF_JUMP(code, k, jt, jf) { (u_short)(code), jt, jf, k }
/freebsd-11.0-release/sys/fs/cd9660/
H A Dcd9660_util.c62 u_short *c;
121 u_short c, d;
184 u_short *outfnlen;
191 u_short c, d = '\0';
217 u_short
227 u_short c = '\0';
H A Diso.h253 u_short ifid_len;
254 u_short ifid_pad;
274 int isochar(u_char *, u_char *, int, u_short *, int *, int, void *);
276 void isofntrans(u_char *, int, u_char *, u_short *, int, int, int, int, void *);
278 u_short sgetrune(const char *, size_t, char const **, int, void *);
/freebsd-11.0-release/contrib/ntp/ntpd/
H A Dntp_restrict.c97 static u_short restrict_source_flags;
98 static u_short restrict_source_mflags;
108 static restrict_u * match_restrict4_addr(u_int32, u_short);
110 u_short);
260 u_short port
284 u_short port
415 u_short
422 u_short flags;
487 u_short mflags,
488 u_short flag
[all...]
/freebsd-11.0-release/contrib/tcpdump/
H A Dprint-radius.c165 static void print_attr_string(netdissect_options *, register u_char *, u_int, u_short );
166 static void print_attr_num(netdissect_options *, register u_char *, u_int, u_short );
167 static void print_vendor_attr(netdissect_options *, register u_char *, u_int, u_short );
168 static void print_attr_address(netdissect_options *, register u_char *, u_int, u_short);
169 static void print_attr_time(netdissect_options *, register u_char *, u_int, u_short);
170 static void print_attr_strange(netdissect_options *, register u_char *, u_int, u_short);
372 void (*print_func)(netdissect_options *, register u_char *, u_int, u_short);
481 register u_char *data, u_int length, u_short attr_code)
549 register u_char *data, u_int length, u_short attr_code _U_)
614 register u_char *data, u_int length, u_short attr_cod
[all...]
/freebsd-11.0-release/sys/i386/i386/
H A Dvm86.c80 MAKE_ADDR(u_short sel, u_short off)
86 GET_VEC(u_int vec, u_short *sel, u_short *off)
93 MAKE_VEC(u_short sel, u_short off)
99 PUSH(u_short x, struct vm86frame *vmf)
112 static __inline u_short
115 u_short x = fuword16(MAKE_ADDR(vmf->vmf_ss, vmf->vmf_sp));
623 vm86_getaddr(struct vm86context *vmc, u_short se
[all...]
/freebsd-11.0-release/contrib/ntp/include/
H A Dntp_stdlib.h152 extern int is_ip_address (const char *, u_short, sockaddr_u *);
158 extern const char * res_match_flags(u_short);
159 extern const char * res_access_flags(u_short);
169 extern u_short sock_hash (const sockaddr_u *);
210 extern u_short cache_flags; /* KEY_ bit flags */
/freebsd-11.0-release/sys/mips/mips/
H A Din_cksum.c178 u_short
179 in_addword(u_short a, u_short b)
187 u_short
199 u_short
/freebsd-11.0-release/sys/arm64/arm64/
H A Din_cksum.c172 u_short
173 in_addword(u_short a, u_short b)
181 u_short
193 u_short
/freebsd-11.0-release/sys/amd64/amd64/
H A Din_cksum.c172 u_short
173 in_addword(u_short a, u_short b)
181 u_short
193 u_short

Completed in 147 milliseconds

1234567891011>>