Searched refs:u_short (Results 1 - 25 of 418) sorted by relevance

1234567891011>>

/macosx-10.10/ntp-92/ntpd/
H A Djupiter.h48 u_short sync; /* (JUPITER_SYNC) */
49 u_short id; /* message id */
50 u_short len; /* number of data short wordss (w/o cksum) */
53 u_short hsum; /* header cksum */
70 u_short trigger; /* if 0, trigger on time trigger on
72 u_short interval; /* frequency in seconds */
73 u_short offset; /* offset into minute */
74 u_short dsum; /* checksum */
79 u_short stime[2]; /* set time (10 ms ticks) */
80 u_short se
[all...]
/macosx-10.10/xnu-2782.1.97/bsd/netinet/
H A Dudp.h66 #include <sys/types.h> /* u_short */
73 u_short uh_sport; /* source port */
74 u_short uh_dport; /* destination port */
75 u_short uh_ulen; /* udp length */
76 u_short uh_sum; /* udp checksum */
H A Digmp.h89 u_short igmp_cksum; /* IP-style checksum */
99 u_short igmp_cksum; /* IP-style checksum */
104 u_short igmp_numsrc; /* number of sources */
117 u_short ig_numsrc; /* number of sources */
129 u_short ir_cksum; /* checksum */
130 u_short ir_rsv2; /* must be zero */
131 u_short ir_numgrps; /* number of group records */
H A Dip_fw2_compat.h57 u_short fw_number; /* Rule number */
61 u_short fw_pts[IP_FW_MAX_PORTS_COMPAT]; /* Array of port numbers to match */
73 u_short fu_divert_port; /* Divert/tee port (options IPDIVERT) */
74 u_short fu_pipe_nr; /* queue number (option DUMMYNET) */
75 u_short fu_skipto_rule; /* SKIPTO command rule number */
76 u_short fu_reject_code; /* REJECT response code */
143 u_short fw_number; /* Rule number */
147 u_short fw_pts[IP_FW_MAX_PORTS_COMPAT]; /* Array of port numbers to match */
159 u_short fu_divert_port; /* Divert/tee port (options IPDIVERT) */
160 u_short fu_pipe_n
[all...]
/macosx-10.10/diskdev_cmds-576/disklib/
H A Ddkcksum.c65 u_short
69 register u_short *start, *end;
70 register u_short sum = 0;
72 start = (u_short *)lp;
73 end = (u_short *)&lp->d_partitions[lp->d_npartitions];
/macosx-10.10/bootp-298/bootplib/
H A Dbootp_transmit.h46 u_short dest_port,
47 u_short src_port,
/macosx-10.10/network_cmds-457/alias/
H A Dalias_local.h92 cksum = (u_short) ~acc; \
96 cksum = (u_short) acc; \
113 u_short IpChecksum(struct ip *);
114 u_short TcpChecksum(struct ip *);
115 void DifferentialChecksum(u_short *, u_short *, u_short *, int);
119 FindIcmpIn(struct in_addr, struct in_addr, u_short, int);
122 FindIcmpOut(struct in_addr, struct in_addr, u_short, int);
125 FindFragmentIn1(struct in_addr, struct in_addr, u_short);
[all...]
H A Dalias_util.c82 u_short
83 PacketAliasInternetChecksum(u_short *ptr, int nbytes)
105 u_short
108 return( PacketAliasInternetChecksum((u_short *) pip,
113 u_short
116 u_short *ptr;
125 ptr = (u_short *) tc;
144 ptr = (u_short *) &(pip->ip_dst);
147 ptr = (u_short *) &(pip->ip_src);
150 sum += htons((u_short) ntc
[all...]
H A Dalias.h86 PacketAliasClampMSS(u_short mss);
100 PacketAliasRedirectPort(struct in_addr, u_short,
101 struct in_addr, u_short,
102 struct in_addr, u_short,
108 u_short port);
140 extern u_short
141 PacketAliasInternetChecksum(u_short *, int);
H A Dalias.c182 static u_short packetAliasMSS;
184 void PacketAliasClampMSS(u_short mss)
223 u_short *mssPtr = (u_short *) option + 1;
224 u_short mssVal = ntohs(*mssPtr);
381 u_short original_id;
400 (u_short *) &original_address,
401 (u_short *) &pip->ip_dst,
451 u_short *sptr;
454 u_short original_por
[all...]
/macosx-10.10/OpenSSH-189/openssh/
H A Dsshconnect.h35 ssh_connect(const char *, struct sockaddr_storage *, u_short, int, int,
39 void ssh_login(Sensitive *, const char *, struct sockaddr *, u_short,
46 void get_hostfile_hostname_ipaddr(char *, struct sockaddr *, u_short,
50 void ssh_kex2(char *, struct sockaddr *, u_short);
H A Dchannels.h264 Channel *channel_connect_to(const char *, u_short, char *, char *);
265 Channel *channel_connect_stdio_fwd(const char*, u_short, int, int);
266 Channel *channel_connect_by_listen_address(u_short, char *, char *);
267 int channel_request_remote_forwarding(const char *, u_short,
268 const char *, u_short);
269 int channel_setup_local_fwd_listener(const char *, u_short,
270 const char *, u_short, int);
271 int channel_request_rforward_cancel(const char *host, u_short port);
272 int channel_setup_remote_fwd_listener(const char *, u_short, int *, int);
273 int channel_cancel_rport_listener(const char *, u_short);
[all...]
/macosx-10.10/bind9-45.101/bind9/contrib/nslint-2.1a3/lbl/
H A Dos-osf3.h29 int rcmd(char **, u_short, const char *, const char *, const char *, int *);
/macosx-10.10/ppp-786.1.1/Helpers/pppd/
H A Dccp.h67 u_short bsd_bits; /* # bits/code for BSD Compress */
68 u_short deflate_size; /* lg(window size) for Deflate */
/macosx-10.10/remote_cmds-47/talk.tproj/
H A Dtalk_ctl.h41 extern u_short daemon_port;
/macosx-10.10/ntp-92/ntpq/
H A Dntpq.h66 u_short assid;
67 u_short status;
77 u_short code;
78 u_short fmt;
88 extern int doquery (int, int, int, int, char *, u_short *, int *, char **);
H A Dlibntpq_subs.c23 int ntpq_doquerylist(struct varlist *, int , int , int , u_short *, int *, char **datap );
46 int ntpq_doquerylist(struct varlist *vlist, int op, int associd, int auth, u_short *rstatus, int *dsize, char **datap )
/macosx-10.10/libpcap-48/libpcap/pcap/
H A Dpcap-ng.h68 u_short option_code;
69 u_short option_length; /* Actual length of option value, not rounded up */
98 u_short major_version;
99 u_short minor_version;
132 u_short linktype;
133 u_short reserved;
169 u_short interface_id;
170 u_short drops_count;
203 u_short record_type;
204 u_short record_lengt
[all...]
/macosx-10.10/xnu-2782.1.97/bsd/netinet6/
H A Dip6_fw.h129 u_short fw_number; /* Rule number */
130 u_short fw_flg; /* Flags word */
133 u_short fw_pts[IPV6_FW_MAX_PORTS]; /* Array of port numbers to match */
141 u_short fu_divert_port; /* Divert/tee port (options IP6DIVERT) */
142 u_short fu_skipto_rule; /* SKIPTO command rule number */
143 u_short fu_reject_code; /* REJECT response code */
163 u_short fw_number; /* Rule number */
164 u_short fw_flg; /* Flags word */
167 u_short fw_pts[IPV6_FW_MAX_PORTS]; /* Array of port numbers to match */
175 u_short fu_divert_por
[all...]
/macosx-10.10/remote_cmds-47/timed.tproj/timed.tproj/
H A Dcksum.c59 u_short *addr;
63 register u_short *w = addr;
64 register u_short answer;
/macosx-10.10/tcpdump-61/tcpdump/
H A Daddrtoname.h38 extern const char *etherproto_string(u_short);
39 extern const char *tcpport_string(u_short);
40 extern const char *udpport_string(u_short);
H A Dprint-vjc.c85 vjc_print(register const char *bp, u_short proto _U_)
108 printf("sum=0x%04x ", *(u_short *)&bp[3]);
/macosx-10.10/xnu-2782.1.97/bsd/net/
H A Dif_dl.h92 u_short sdl_index; /* if != 0, system given index for interface */
101 u_short sdl_rcf; /* source routing control */
102 u_short sdl_route[16]; /* source routing information */
/macosx-10.10/remote_cmds-47/rlogin.tproj/
H A Dkrb.h72 int krcmd __P((char **, u_short, char *, char *, int *, char *));
73 int krcmd_mutual __P((char **, u_short, char *, char *, int *,
/macosx-10.10/ntp-92/libntp/
H A Ddofptoa.c50 register u_short sv = (u_short)(val >> 16);
51 register u_short tmp;
52 register u_short ten = 10;
56 sv = (u_short) (sv/ten);

Completed in 134 milliseconds

1234567891011>>