HomeSort by relevance Sort by last modified time
    Searched full:u_short (Results 1 - 25 of 333) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/libppp/src/
lcp.h 56 u_short his_auth; /* Peer wants this type of authentication */
64 u_short want_mru; /* Our maximum packet size */
65 u_short want_mrru; /* Our maximum reassembled packet size (MP) */
69 u_short want_auth; /* We want this type of authentication */
79 u_short auth_iwait; /* I must authenticate to the peer */
80 u_short auth_ineed; /* I require that the peer authenticates */
85 u_short mru; /* Preferred MRU value */
86 u_short max_mru; /* Preferred MRU value */
87 u_short mtu; /* Preferred MTU */
88 u_short max_mtu; /* Preferred MTU *
    [all...]
ncp.h 32 u_short *port; /* The actual ports */
68 extern int ncp_IsUrgentPort(struct port_range *, u_short, u_short);
69 extern void ncp_AddUrgentPort(struct port_range *, u_short);
70 extern void ncp_RemoveUrgentPort(struct port_range *, u_short);
nat_cmd.c 87 static int StrToPortRange(const char *, u_short *, u_short *, const char *);
88 static int StrToAddrAndPort(const char *, struct in_addr *, u_short *,
89 u_short *, const char *);
92 lowhigh(u_short *a, u_short *b)
95 u_short c;
113 u_short hlocalport, llocalport;
115 u_short haliasport, laliasport;
117 u_short hremoteport, lremoteport
    [all...]
proto.c 50 proto_WrapperOctets(struct lcp *lcp, u_short proto)
56 proto_Prepend(struct mbuf *bp, u_short proto, unsigned comp, int extra)
73 int pri __unused, u_short *proto)
86 u_short *proto)
layer.h 49 int pri, u_short *proto);
51 u_short *);
ncp.c 82 static u_short default_urgent_tcp_ports[] = {
101 ncp->cfg.urgent.tcp.port = (u_short *)malloc(NDEFTCPPORTS * sizeof(u_short));
108 NDEFTCPPORTS * sizeof(u_short));
371 ncp_IsUrgentPort(struct port_range *range, u_short src, u_short dst)
383 ncp_AddUrgentPort(struct port_range *range, u_short port)
385 u_short *newport;
390 newport = (u_short *)realloc(range->port,
391 range->maxports * sizeof(u_short));
    [all...]
fsm.h 103 u_short proto; /* Protocol number */
104 u_short min_code;
105 u_short max_code;
145 u_short length; /* Length of packet */
183 extern void fsm_Init(struct fsm *, const char *, u_short, int, int, int,
acf.c 53 acf_WrapperOctets(struct lcp *lcp, u_short proto)
60 int pri __unused, u_short *proto)
74 u_short *proto __unused)
hdlc.h 108 extern const char *hdlc_Protocol2Nam(u_short);
109 extern void hdlc_DecodePacket(struct bundle *, u_short, struct mbuf *,
112 extern u_short hdlc_Fcs(u_char *, size_t);
  /external/tcpdump/
addrtoname.h 28 extern const char *etherproto_string(u_short);
29 extern const char *tcpport_string(u_short);
30 extern const char *udpport_string(u_short);
print-ipx.c 48 void ipx_sap_print(const u_short *, u_int);
49 void ipx_rip_print(const u_short *, u_int);
95 register u_short dstSkt;
103 ipx_sap_print((u_short *)datap, length);
106 ipx_rip_print((u_short *)datap, length);
133 ipx_sap_print(const u_short *ipx, u_int length)
185 ipx_rip_print(const u_short *ipx, u_int length)
  /ndk/sources/host-tools/make-3.81/
vmsdir.h 28 typedef unsigned short u_short; typedef
36 u_short d_reclen;
37 u_short d_namlen;
  /external/openssh/
sshconnect.h 35 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);
channels.h 257 Channel *channel_connect_to(const char *, u_short, char *, char *);
258 Channel *channel_connect_stdio_fwd(const char*, u_short, int, int);
259 Channel *channel_connect_by_listen_address(u_short, char *, char *);
260 int channel_request_remote_forwarding(const char *, u_short,
261 const char *, u_short);
262 int channel_setup_local_fwd_listener(const char *, u_short,
263 const char *, u_short, int);
264 void channel_request_rforward_cancel(const char *host, u_short port);
265 int channel_setup_remote_fwd_listener(const char *, u_short, int *, int);
266 int channel_cancel_rport_listener(const char *, u_short);
    [all...]
buffer.h 56 u_short buffer_get_short(Buffer *);
57 void buffer_put_short(Buffer *, u_short);
81 int buffer_get_short_ret(u_short *, Buffer *);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
coda_psdev.h 72 u_short uc_flags;
73 u_short uc_inSize; /* Size is at most 5000 bytes */
74 u_short uc_outSize;
75 u_short uc_opcode; /* copied from data to save lookup */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
coda_psdev.h 72 u_short uc_flags;
73 u_short uc_inSize; /* Size is at most 5000 bytes */
74 u_short uc_outSize;
75 u_short uc_opcode; /* copied from data to save lookup */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
coda_psdev.h 72 u_short uc_flags;
73 u_short uc_inSize; /* Size is at most 5000 bytes */
74 u_short uc_outSize;
75 u_short uc_opcode; /* copied from data to save lookup */
  /external/ppp/pppd/
ccp.h 41 u_short bsd_bits; /* # bits/code for BSD Compress */
42 u_short deflate_size; /* lg(window size) for Deflate */
  /external/qemu/slirp/
ip_icmp.h 49 u_short icmp_cksum; /* ones complement cksum of struct */
54 u_short icd_id;
55 u_short icd_seq;
61 u_short ipm_void;
62 u_short ipm_nextmtu;
  /external/qemu/slirp-android/
ip_icmp.h 51 u_short icmp_cksum; /* ones complement cksum of struct */
56 u_short icd_id;
57 u_short icd_seq;
63 u_short ipm_void;
64 u_short ipm_nextmtu;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
fts.h 81 u_short fts_pathlen; /* strlen(fts_path) */
82 u_short fts_namelen; /* strlen(fts_name) */
106 u_short fts_info; /* user flags for FTSENT structure */
110 u_short fts_flags; /* private flags for FTSENT structure */
116 u_short fts_instr; /* fts_set() instructions */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
fts.h 81 u_short fts_pathlen; /* strlen(fts_path) */
82 u_short fts_namelen; /* strlen(fts_name) */
106 u_short fts_info; /* user flags for FTSENT structure */
110 u_short fts_flags; /* private flags for FTSENT structure */
116 u_short fts_instr; /* fts_set() instructions */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
fts.h 81 u_short fts_pathlen; /* strlen(fts_path) */
82 u_short fts_namelen; /* strlen(fts_name) */
106 u_short fts_info; /* user flags for FTSENT structure */
110 u_short fts_flags; /* private flags for FTSENT structure */
116 u_short fts_instr; /* fts_set() instructions */
  /external/chromium/third_party/libevent/
http-internal.h 64 u_short bind_port; /* local port for binding the src */
67 u_short port;
139 int evhttp_hostportfile(char *, char **, u_short *, char **);

Completed in 899 milliseconds

1 2 3 4 5 6 7 8 91011>>