Searched refs:u_short (Results 251 - 275 of 709) sorted by relevance

<<11121314151617181920>>

/freebsd-11.0-release/bin/date/
H A Dnetdate.c96 lsin.sin_port = htons((u_short)port);
117 msg.tsp_seq = htons((u_short)0);
/freebsd-11.0-release/sys/netinet/
H A Dip_icmp.h55 u_short icmp_cksum; /* ones complement cksum of struct */
66 u_short icmp_cksum; /* ones complement cksum of struct */
/freebsd-11.0-release/sys/netinet/libalias/
H A Dalias_proxy.c99 u_short proxy_port;
100 u_short server_port;
424 u_short *sptr;
426 sptr = (u_short *) option;
431 sptr = (u_short *) pip;
463 u_short * proxy_server_port, struct in_addr src_addr,
464 struct in_addr dst_addr, u_short dst_port, u_char ip_p)
472 u_short proxy_port;
/freebsd-11.0-release/sys/netinet6/
H A Dip6_mroute.h75 typedef u_short mifi_t; /* type of a mif index */
105 u_short mif6c_pifi; /* the index of the physical IF */
/freebsd-11.0-release/sys/fs/unionfs/
H A Dunion.h62 u_short um_udir;
63 u_short um_ufile;
/freebsd-11.0-release/sys/i386/i386/
H A Dbios.c244 u_short offset;
245 u_short segment;
249 u_short segment;
432 *(u_short *)stack = GSEL(GBIOSUTIL_SEL, SEL_KPL);
437 *(u_short *)stack = GSEL(GBIOSDATA_SEL, SEL_KPL);
442 *(u_short *)stack = GSEL(GBIOSCODE16_SEL, SEL_KPL);
448 *(u_short *)stack = i;
460 bioscall_vector.vec16.offset = (u_short)args->entry;
/freebsd-11.0-release/lib/libstand/
H A Dtftp.c141 tftp_senderr(struct tftp_handle *h, u_short errcode, const char *msg)
155 wbuf.t.th_opcode = htons((u_short) ERROR);
175 wbuf.t.th_opcode = htons((u_short) ACK);
177 wbuf.t.th_block = htons((u_short) h->currblock);
292 wbuf.t.th_opcode = htons((u_short) RRQ);
367 wbuf.t.th_opcode = htons((u_short) ACK);
369 wbuf.t.th_block = htons((u_short) h->currblock);
389 wbuf.t.th_block = htons((u_short) h->currblock);
/freebsd-11.0-release/sbin/routed/
H A Ddefs.h205 u_short rts_tag;
271 u_short int_index;
286 u_short int_transitions; /* times gone up-down */
370 u_short ag_tag;
371 u_short ag_state;
594 u_short, u_short, void (*)(struct ag_info *));
630 struct interface *ifwithindex(u_short, int);
/freebsd-11.0-release/sys/sys/
H A Dcdio.h149 u_short len;
159 u_short data_len;
/freebsd-11.0-release/tools/diag/dumpvfscache/
H A Ddumpvfscache.c35 static u_short
38 u_short crc = 0;
/freebsd-11.0-release/tools/regression/netinet/tcpsocktimewait/
H A Dtcpsocktimewait.c70 tcp_client(pid_t partner, u_short port, int secs)
116 u_short port;
/freebsd-11.0-release/usr.bin/gprof/
H A Dgprof.h193 u_short *lpc;
194 u_short *hpc;
/freebsd-11.0-release/usr.sbin/ppp/
H A Dasync.c104 int pri __unused, u_short *proto)
191 u_short *proto __unused)
H A Dphysical.h60 u_short mtu;
152 extern u_short physical_DeviceMTU(struct physical *);
/freebsd-11.0-release/contrib/tcpdump/
H A Dprint-ipfc.c85 u_short extracted_ethertype;
H A Dprint-symantec.c79 u_short ether_type;
/freebsd-11.0-release/include/rpc/
H A Drpc_msg.h46 #define RPC_SERVICE_PORT ((u_short) 2048)
/freebsd-11.0-release/contrib/amd/include/
H A Damq_defs.h87 u_short mt_mountuid;
/freebsd-11.0-release/contrib/ipfilter/ipsd/
H A Dipsdr.c46 u_short defports[NPORTS] = {
50 u_short pweights[NPORTS] = {
92 u_short dport;
124 u_short dport;
/freebsd-11.0-release/contrib/ipfilter/ipsend/
H A Dipsend.c168 u_short len;
174 u_short w[6];
177 u_short *opts;
190 udp->uh_sum = chksum((u_short *)udp, len);
/freebsd-11.0-release/sys/dev/ie/
H A Dif_ievar.h69 u_short irq_encoded; /* encoded interrupt on IEE16 */
/freebsd-11.0-release/sys/net/
H A Dif_vlan_var.h71 u_short vlr_tag;
/freebsd-11.0-release/sys/dev/syscons/star/
H A Dstar_saver.c64 static u_short stars[NUM_STARS][2];
/freebsd-11.0-release/sys/dev/scd/
H A Dscdreg.h90 u_short config;
/freebsd-11.0-release/libexec/bootpd/tools/bootptest/
H A Dbootptest.c94 u_short bootps_port, bootpc_port;
246 bootps_port = ntohs((u_short) sep->s_port);
250 bootps_port = (u_short) IPPORT_BOOTPS;
283 bootpc_port = (u_short) IPPORT_BOOTPC;

Completed in 349 milliseconds

<<11121314151617181920>>