Searched refs:u_short (Results 376 - 400 of 709) sorted by relevance

<<11121314151617181920>>

/freebsd-11.0-release/usr.sbin/ppp/
H A Dbundle.h115 u_short ifqueue; /* Interface queue size */
/freebsd-11.0-release/sys/dev/syscons/
H A Dscvgarndr.c162 static u_short mouse_and_mask[16] = {
166 static u_short mouse_or_mask[16] = {
292 draw_txtcharcursor(scr_stat *scp, int at, u_short c, u_short a, int flip)
408 u_short cursor[32];
678 u_short bg;
679 u_short col1, col2;
736 u_short col1, col2, color;
786 u_short bg;
787 u_short col
[all...]
/freebsd-11.0-release/contrib/tcpdump/
H A Dprint-llc.c147 const u_char *esrc, const u_char *edst, u_short *extracted_ethertype)
374 register u_short et;
H A Dnetdissect.h356 extern const char *dnname_string(netdissect_options *, u_short);
357 extern const char *dnnum_string(netdissect_options *, u_short);
407 extern int ethertype_print(netdissect_options *,u_short, const u_char *,
441 extern int vjc_print(netdissect_options *, register const char *, u_short);
467 extern int llc_print(netdissect_options *, const u_char *, u_int, u_int, const u_char *, const u_char *, u_short *);
556 extern void netbeui_print(netdissect_options *, u_short, const u_char *, int);
/freebsd-11.0-release/include/rpc/
H A Dxdr.h271 #define IXDR_GET_U_SHORT(buf) ((u_short)IXDR_GET_LONG(buf))
289 extern bool_t xdr_u_short(XDR *, u_short *);
/freebsd-11.0-release/sys/netinet/
H A Din_pcbgroup.c270 u_short lport, struct in_addr faddr, u_short fport)
/freebsd-11.0-release/sys/netinet/libalias/
H A Dalias_skinny.c199 u_short maxFramesPerPacket;
288 htons((u_short) opnrcvch_ack->port), 0,
/freebsd-11.0-release/sys/net/
H A Droute.h250 u_short rtm_msglen; /* to skip over non-understood messages */
253 u_short rtm_index; /* index for associated ifp */
H A Dif_spppsubr.c179 u_short protocol;
186 u_short len;
194 u_short rel;
195 u_short time0;
196 u_short time1;
207 u_short proto; /* PPP control protocol number */
249 static const u_short interactive_ports[8] = {
269 static void sppp_cp_send(struct sppp *sp, u_short proto, u_char type,
270 u_char ident, u_short len, void *data);
355 static const char *sppp_auth_type_name(u_short prot
[all...]
/freebsd-11.0-release/sys/netgraph/
H A Dng_tcpmss.c401 cksum = (u_short) ~acc; \
405 cksum = (u_short) acc; \
H A Dng_lmi.c558 u_short packetlen;
688 dlci = ((u_short) data[2] & 0xff) << 8;
695 dlci = ((u_short) data[2] & 0x3f) << 4;
739 u_short packetlen;
926 dlci = ((u_short) data[2] & 0xff) << 8;
935 dlci = ((u_short) data[2] & 0x3f) << 4;
/freebsd-11.0-release/lib/libcompat/4.3/
H A Drexec.c303 u_short port;
356 port = ntohs((u_short)sin2.sin_port);
/freebsd-11.0-release/sys/contrib/ipfilter/netinet/
H A Dip_irc_pxy.c20 u_short ipf_irc_atoi __P((char **));
263 u_short a5, sp;
H A Dip_raudio_pxy.c88 u_short id = 0;
202 u_short sp, dp;
H A Dip_fil_freebsd.c708 icmp->icmp_cksum = ipf_cksum((u_short *)icmp,
738 u_short ip_off;
921 mhip->ip_len = htons((u_short)(len + mhlen));
930 mhip->ip_off = htons((u_short)mhip->ip_off);
940 ip->ip_len = htons((u_short)(hlen + firstlen));
941 ip->ip_off = htons((u_short)IP_MF);
1085 u_short sum;
/freebsd-11.0-release/sys/sys/
H A Dsocketvar.h102 u_short so_error; /* (f) error affecting connection */
180 u_short so_error;
H A Duser.h157 u_short ki_xstat; /* Exit status for wait & stop signal */
158 u_short ki_acflag; /* Accounting flags */
/freebsd-11.0-release/sys/x86/acpica/
H A Dacpi_wakeup.c170 *((volatile u_short *)WARMBOOT_OFF) = WARMBOOT_TARGET;
171 *((volatile u_short *)WARMBOOT_SEG) = WAKECODE_PADDR(sc) >> 4;
/freebsd-11.0-release/sys/rpc/
H A Dclnt.h106 u_short rt_srtt; /* smoothed round-trip time */
107 u_short rt_deviate; /* estimated deviation */
H A Dxdr.h278 #define IXDR_GET_U_SHORT(buf) ((u_short)IXDR_GET_LONG(buf))
296 extern bool_t xdr_u_short(XDR *, u_short *);
/freebsd-11.0-release/sys/security/audit/
H A Daudit_private.h119 u_short so_rport; /* Remote port. */
120 u_short so_lport; /* Local port. */
/freebsd-11.0-release/sys/dev/pdq/
H A Dpdq_ifsubr.c328 ((u_short *) addr->lanaddr_bytes)[0] = ((u_short *) mcaddr)[0];
329 ((u_short *) addr->lanaddr_bytes)[1] = ((u_short *) mcaddr)[1];
330 ((u_short *) addr->lanaddr_bytes)[2] = ((u_short *) mcaddr)[2];
/freebsd-11.0-release/contrib/ntp/ntpd/
H A Dntp_control.c43 u_short flags; /* flags word */
56 static u_short ctlclkstatus (struct refclockstat *);
83 static u_short count_var (const struct ctl_var *);
791 static u_short res_frags; /* datagrams in this response */
862 rpkt.status = htons((u_short)(errcode << 8) & 0xff00);
1316 u_short
1321 u_short status;
1343 static u_short
1356 u_short
1418 rpkt.count = htons((u_short)dle
[all...]
/freebsd-11.0-release/sys/netpfil/ipfw/
H A Dip_fw_nat.c226 u_short remotePortCopy = r->rport + i;
892 u_short port;
901 u_short lport;
902 u_short pport;
903 u_short rport;
904 u_short pport_cnt;
905 u_short rport_cnt;
/freebsd-11.0-release/sys/cam/scsi/
H A Dscsi_sg.c130 u_short *hoststat, u_short *drvstat);
808 u_short hstat, dstat;
949 sg_scsiio_status(struct ccb_scsiio *csio, u_short *hoststat, u_short *drvstat)

Completed in 283 milliseconds

<<11121314151617181920>>