HomeSort by relevance Sort by last modified time
    Searched refs:u_int (Results 151 - 175 of 412) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/tcpdump/
print-medsa.c 89 u_int caplen)
141 const u_char *bp, u_int length, u_int caplen,
print-slow.c 241 static void slow_marker_lacp_print(netdissect_options *, register const u_char *, register u_int, u_int);
242 static void slow_oam_print(netdissect_options *, register const u_char *, register u_int);
246 register const u_char *pptr, register u_int len)
249 u_int subtype;
350 register const u_char *tptr, register u_int tlen,
351 u_int proto_subtype)
355 u_int tlv_len, tlv_tlen;
491 register const u_char *tptr, register u_int tlen)
493 u_int hexdump
    [all...]
print-fddi.c 255 register const struct fddi_header *fddip, register u_int length,
271 fddi_smt_print(netdissect_options *ndo, const u_char *p _U_, u_int length _U_)
276 u_int
277 fddi_print(netdissect_options *ndo, const u_char *p, u_int length, u_int caplen)
341 u_int
print-cfm.c 220 register const u_char *tptr, const u_int length)
222 u_int network_addr_type;
223 u_int hexdump = FALSE;
272 register const u_char *pptr, register u_int length)
278 u_int names_data_remaining;
283 u_int hexdump, tlen, cfm_tlv_len, cfm_tlv_type, ccm_interval;
597 u_int chassis_id_type, chassis_id_length;
598 u_int mgmt_addr_length;
print-geonet.c 108 geonet_print(netdissect_options *ndo, const u_char *bp, u_int length,
233 if (length < (u_int)hdr_size)
print-nsh.c 49 nsh_print(netdissect_options *ndo, const u_char *bp, u_int len)
63 u_int next_len;
print-tftp.c 92 register const u_char *bp, u_int length)
96 u_int ui;
signature.c 118 signature_verify(netdissect_options *ndo, const u_char *pptr, u_int plen,
202 u_int plen _U_, const u_char *sig_ptr _U_,
print-ppp.c 410 static void handle_ppp(netdissect_options *, u_int proto, const u_char *p, int length);
415 u_int proto, const u_char *pptr, int length)
418 u_int code, len;
834 u_int code, len;
914 u_int code, len;
1029 u_int compproto, ipcomp_subopttotallen, ipcomp_subopt, ipcomp_suboptlen;
    [all...]
print-domain.c 127 register u_int i;
151 register u_int i, l;
155 u_int offset, max_offset;
157 if ((l = labellen(ndo, cp)) == (u_int)-1)
161 max_offset = (u_int)(cp - bp);
193 if ((l = labellen(ndo, cp)) == (u_int)-1)
219 if ((l = labellen(ndo, cp)) == (u_int)-1)
237 register u_int i;
327 register u_int i, class;
361 register u_int i, class, opt_flags = 0
    [all...]
print-dtp.c 47 dtp_print (netdissect_options *ndo, const u_char *pptr, u_int length)
print-mobile.c 66 mobile_print(netdissect_options *ndo, const u_char *bp, u_int length)
print-syslog.c 81 register const u_char *pptr, register u_int len)
print-vxlan-gpe.c 61 vxlan_gpe_print(netdissect_options *ndo, const u_char *bp, u_int len)
  /bionic/libc/upstream-openbsd/lib/libc/net/
inet_pton.c 86 u_int new = *tp * 10 + (pch - digits);
131 u_int val;
  /external/ipsec-tools/src/racoon/
policy.h 81 u_int policy; /* DISCARD, NONE or IPSEC, see keyv2.h */
106 u_int level; /* IPsec level defined below. */
  /external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/tirpc_svc_5/
tirpc_svc_5.c 51 SVCXPRT *(*svc_func)(const int, const u_int, const u_int);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
winsock.h 167 #define SO_DONTLINGER (u_int)(~SO_LINGER)
323 WINSOCK_API_LINKAGE HANDLE WSAAPI WSAAsyncGetServByName(HWND hWnd,u_int wMsg,const char *name,const char *proto,char *buf,int buflen);
324 WINSOCK_API_LINKAGE HANDLE WSAAPI WSAAsyncGetServByPort(HWND hWnd,u_int wMsg,int port,const char *proto,char *buf,int buflen);
325 WINSOCK_API_LINKAGE HANDLE WSAAPI WSAAsyncGetProtoByName(HWND hWnd,u_int wMsg,const char *name,char *buf,int buflen);
326 WINSOCK_API_LINKAGE HANDLE WSAAPI WSAAsyncGetProtoByNumber(HWND hWnd,u_int wMsg,int number,char *buf,int buflen);
327 WINSOCK_API_LINKAGE HANDLE WSAAPI WSAAsyncGetHostByName(HWND hWnd,u_int wMsg,const char *name,char *buf,int buflen);
328 WINSOCK_API_LINKAGE HANDLE WSAAPI WSAAsyncGetHostByAddr(HWND hWnd,u_int wMsg,const char *addr,int len,int type,char *buf,int buflen);
330 WINSOCK_API_LINKAGE int WSAAPI WSAAsyncSelect(SOCKET s,HWND hWnd,u_int wMsg,__LONG32 lEvent);
  /external/libpcap/
nametoaddr.c 256 u_int p1, p2;
399 u_int n;
425 u_int node, area;
452 register u_int d;
  /external/libpcap/tests/
filtertest.c 137 cp = malloc((u_int)buf.st_size + 1);
139 error("malloc(%d) for %s: %s", (u_int)buf.st_size + 1,
141 cc = read(fd, cp, (u_int)buf.st_size);
201 register u_int len = 0;
valgrindtest.c 180 cp = malloc((u_int)buf.st_size + 1);
182 error("malloc(%d) for %s: %s", (u_int)buf.st_size + 1,
184 cc = read(fd, cp, (u_int)buf.st_size);
244 register u_int len = 0;
  /external/linux-kselftest/tools/testing/selftests/rcutorture/formal/srcu-cbmc/include/linux/
types.h 24 typedef unsigned int u_int; typedef
  /external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/rpc/rpc_addrmanagmt_pmap_rmtcall/
rpc_pmap_rmtcall.c 68 sin.sin_addr.s_addr = *(u_int *) hp->h_addr;
rpc_pmap_rmtcall_stress.c 72 sin.sin_addr.s_addr = *(u_int *) hp->h_addr;
  /external/syslinux/core/lwip/src/netif/ppp/
vj.h 151 extern u_int vj_compress_tcp (struct vjcompress *comp, struct pbuf *pb);

Completed in 423 milliseconds

1 2 3 4 5 67 8 91011>>