Searched refs:u_short (Results 101 - 125 of 418) sorted by relevance

1234567891011>>

/macosx-10.10/BerkeleyDB-21/db/dist/
H A Ds_sig72 u_short t[__STRUCTURE_COUNT + 5];
/macosx-10.10/network_cmds-457/alias/
H A Dalias_pptp.c352 (u_short *)&alias_addr,
353 (u_short *)&pip->ip_src,
383 (u_short *)&src_addr,
384 (u_short *)&pip->ip_dst,
H A Dalias_smedia.c177 u_short p[2], new_len;
178 u_short sport, eport, base_port;
179 u_short salias = 0, ealias = 0, base_alias = 0;
396 u_short msg_id, msg_len;
398 u_short alias_port, port;
/macosx-10.10/ntp-92/ntpq/
H A Dlibntpq.h108 extern int ntpq_doquerylist(struct ntpq_varlist *, int , int , int , u_short *, int *, char **datap );
H A Dntpq-subs.c29 u_short *, int *, char **);
396 u_short *rstatus,
508 u_short rstatus;
584 u_short rstatus;
657 u_short rstatus;
880 u_short rstatus;
906 assoc_cache[numassoc].assid = ntohs(*((u_short *)datap));
907 datap += sizeof(u_short);
908 assoc_cache[numassoc].status = ntohs(*((u_short *)datap));
909 datap += sizeof(u_short);
[all...]
/macosx-10.10/remote_cmds-47/timed.tproj/timed.tproj/
H A Dacksend.c48 extern u_short sequence;
/macosx-10.10/remote_cmds-47/yppush.tproj/
H A Dyplib_host.h79 u_short port, int usetcp));
/macosx-10.10/remote_cmds-47/ypxfr.tproj/
H A Dyplib_host.h79 u_short port, int usetcp));
/macosx-10.10/tcpdump-61/tcpdump/
H A Dprint-ipfc.c85 u_short extracted_ethertype;
H A Dprint-mobile.c76 u_short proto,crc;
H A Dprint-sunatm.c77 u_short vci;
H A Dprint-symantec.c86 u_short ether_type;
/macosx-10.10/xnu-2782.1.97/bsd/kern/
H A Dsysv_ipc.c111 if (!suser(cred, (u_short *)NULL))
/macosx-10.10/xnu-2782.1.97/bsd/net/
H A Dethernet.h88 u_short ether_type;
/macosx-10.10/xnu-2782.1.97/bsd/netinet/
H A Ddhcp.h105 #define DHCP_FLAGS_BROADCAST ((u_short)0x0001)
H A Dip_compat.h426 # define IP_MF ((u_short)0x2000)
429 # define ETHERTYPE_IP ((u_short)0x0800)
474 # define IPOPT_SECUR_UNCLASS ((u_short)0x0000)
477 # define IPOPT_SECUR_CONFID ((u_short)0xf135)
480 # define IPOPT_SECUR_EFTO ((u_short)0x789a)
483 # define IPOPT_SECUR_MMMM ((u_short)0xbc4d)
486 # define IPOPT_SECUR_RESTR ((u_short)0xaf13)
489 # define IPOPT_SECUR_SECRET ((u_short)0xd788)
492 # define IPOPT_SECUR_TOPSECRET ((u_short)0x6bc5)
584 u_short icmp_cksu
[all...]
/macosx-10.10/xnu-2782.1.97/bsd/security/audit/
H A Daudit_bsm_domain.c41 u_short bd_bsm_domain;
466 u_short
478 bsm_lookup_bsm_domain(u_short bsm_domain)
490 au_bsm_to_domain(u_short bsm_domain, int *local_domainp)
/macosx-10.10/xnu-2782.1.97/bsd/sys/
H A Dfiledesc.h98 u_short fd_cmask; /* mask for file creation */
H A Ducred.h150 int suser(kauth_cred_t cred, u_short *acflag);
/macosx-10.10/ntp-92/include/
H A Dntp.h185 u_short family; /* Address family */
186 u_short phase; /* phase in update cycle */
760 u_short rmtport; /* remote port last came from */
791 u_short flags; /* accesslist flags */
792 u_short mflags; /* match flags */
800 u_short flags; /* accesslist flags */
801 u_short mflags; /* match flags */
/macosx-10.10/tcl-105/tcl_ext/tclvfs/tclvfs/library/
H A Dzipvfs.tcl244 proc u_short {n} { return [expr { ($n+0x10000)%0x10000 }] } procedure
248 set time [u_short $time]
249 set date [u_short $date]
415 set cb(ndisk) [u_short $cb(ndisk)]
416 set cb(nitems) [u_short $cb(nitems)]
417 set cb(ntotal) [u_short $cb(ntotal)]
418 set cb(comment) [u_short $cb(comment)]
454 set sb(name) [read $fd [u_short $flen]]
455 set sb(extra) [read $fd [u_short $elen]]
456 set sb(comment) [read $fd [u_short
[all...]
/macosx-10.10/xnu-2782.1.97/bsd/dev/vn/
H A Dshadow.c76 #define USHORT_ALL_ONES ((u_short)(-1))
85 typedef u_short band_number_t;
179 if (n_bytes >= sizeof(u_short)) {
180 *((u_short *)(map + start.byte)) = USHORT_ALL_ONES;
181 start.byte += sizeof(u_short);
182 n_bytes -= sizeof(u_short);
262 if (n_bytes >= sizeof(u_short)) {
263 u_short * valPtr = (u_short *)(map + start.byte);
/macosx-10.10/xnu-2782.1.97/bsd/netinet6/
H A Dip6_fw.c183 static int del_entry6 __P((struct ip6_fw_head *chainptr, u_short number));
188 int *off, int *nxt, u_short *offset));
189 static int port_match6 __P((u_short *portptr, int nports, u_short port,
211 port_match6(u_short *portptr, int nports, u_short port, int range_flag)
296 int *off, int *nxt, u_short *offset)
565 u_short offset = 0;
567 u_short src_port, dst_port;
910 u_short nb
[all...]
/macosx-10.10/gnuserv-7/gnuserv/
H A Dgnuclient.c110 connect_type = make_connection (NULL, (u_short) 0, &s);
344 u_short port = 0; /* port to server */
494 connect_type = make_connection (NULL, (u_short) 0, &s);
532 connect_type = make_connection (NULL, (u_short) 0, &s);
566 connect_type = make_connection (NULL, (u_short) 0, &s);
591 connect_type = make_connection (NULL, (u_short) 0, &s);
/macosx-10.10/bind9-45.101/bind9/contrib/queryperf/missing/
H A Dgetnameinfo.c72 u_short si_port;
96 u_short port;

Completed in 309 milliseconds

1234567891011>>