Home
last modified time | relevance | path

Searched defs:ep (Results 1 – 25 of 142) sorted by relevance

123456

/external/tcpdump/
Dprint-ahcp.c103 ahcp_time_print(netdissect_options *ndo, const u_char *cp, const u_char *ep) in ahcp_time_print()
131 ahcp_seconds_print(netdissect_options *ndo, const u_char *cp, const u_char *ep) in ahcp_seconds_print()
149 ahcp_ipv6_addresses_print(netdissect_options *ndo, const u_char *cp, const u_char *ep) in ahcp_ipv6_addresses_print()
177 ahcp_ipv4_addresses_print(netdissect_options *ndo, const u_char *cp, const u_char *ep) in ahcp_ipv4_addresses_print()
201 ahcp_ipv6_prefixes_print(netdissect_options *ndo, const u_char *cp, const u_char *ep) in ahcp_ipv6_prefixes_print()
229 ahcp_ipv4_prefixes_print(netdissect_options *ndo, const u_char *cp, const u_char *ep) in ahcp_ipv4_prefixes_print()
272 ahcp1_options_print(netdissect_options *ndo, const u_char *cp, const u_char *ep) in ahcp1_options_print()
313 ahcp1_body_print(netdissect_options *ndo, const u_char *cp, const u_char *ep) in ahcp1_body_print()
360 const u_char *ep = cp + len; in ahcp_print() local
Dprint-aoe.c148 const u_char *ep = cp + len; in aoev1_issue_print() local
212 const u_char *ep = cp + len; in aoev1_query_print() local
261 const u_char *ep = cp + len; in aoev1_mac_print() local
312 const u_char *ep = cp + len; in aoev1_reserve_print() local
348 const u_char *ep = cp + len; in aoev1_print() local
405 const u_char *ep = cp + len; in aoe_print() local
Dprint-openflow-1.0.c739 const u_char *cp, const u_char *ep, const u_int len) in of10_data_print()
757 const u_char *cp, const u_char *ep, const u_int len) in of10_bsn_message_print()
962 const u_char *cp, const u_char *ep, const u_int len) in of10_bsn_actions_print()
1036 const u_char *cp, const u_char *ep, const u_int len) in of10_vendor_action_print()
1065 const u_char *cp, const u_char *ep, const u_int len) in of10_vendor_message_print()
1095 const u_char *cp, const u_char *ep, const u_int len) in of10_vendor_data_print()
1120 const u_char *cp, const u_char *ep, const u_int len) in of10_packet_data_print()
1143 const u_char *cp, const u_char *ep, u_int len) in of10_phy_ports_print()
1218 const u_char *cp, const u_char *ep, u_int len) in of10_queue_props_print()
1294 const u_char *cp, const u_char *ep, u_int len) in of10_queues_print()
[all …]
Dprint-dvmrp.c71 register const u_char *ep; in dvmrp_print() local
163 register const u_char *bp, register const u_char *ep, in print_report()
221 register const u_char *bp, register const u_char *ep, in print_probe()
252 register const u_char *bp, register const u_char *ep, in print_neighbors()
284 register const u_char *bp, register const u_char *ep, in print_neighbors2()
Dprint-zeromq.c79 zmtp1_print_frame(netdissect_options *ndo, const u_char *cp, const u_char *ep) in zmtp1_print_frame()
145 const u_char *ep = min(ndo->ndo_snapend, cp + len); in zmtp1_print() local
214 const u_char *ep = min(ndo->ndo_snapend, cp + len); in zmtp1_print_datagram() local
Dprint-loopback.c60 const u_char *ep = cp + len; in loopback_message_print() local
111 const u_char *ep = cp + len; in loopback_print() local
Dprint-openflow.c79 of_header_body_print(netdissect_options *ndo, const u_char *cp, const u_char *ep) in of_header_body_print()
137 const u_char *ep = cp + len; in openflow_print() local
Dprint-ether.c93 register const struct ether_header *ep; in ether_hdr_print() local
131 struct ether_header *ep; in ether_print() local
Dprint-atalk.c385 const u_char *ep; in nbp_print() local
447 register const char *cp, register const u_char *ep) in print_cstring()
474 register const struct atNBPtuple *tp, register const u_char *ep, in nbp_tuple_print()
503 const struct atNBPtuple *tp, register const u_char *ep) in nbp_name_print()
Dprint-ah.c40 register const u_char *ep; in ah_print() local
Dprint-pim.c230 register const u_char *ep; in pimv1_print() local
420 register const u_char *ep; in pim_print() local
627 register const u_char *ep; in pimv2_print() local
Dprint-rt6.c44 register const u_char *ep; in rt6_print() local
Dprint-ipcomp.c46 register const u_char *ep; in ipcomp_print() local
Daddrtoname.c323 lookup_emem(const u_char *ep) in lookup_emem()
470 etheraddr_string(netdissect_options *ndo, register const u_char *ep) in etheraddr_string()
517 le64addr_string(const u_char *ep) in le64addr_string()
545 linkaddr_string(netdissect_options *ndo, const u_char *ep, const unsigned int type, const unsigned … in linkaddr_string()
860 register struct pcap_etherent *ep; in init_etherarray() local
/external/libusb-compat/libusb/
Dcore.c349 static void clear_endpoint_descriptor(struct usb_endpoint_descriptor *ep) in clear_endpoint_descriptor()
729 API_EXPORTED int usb_resetep(usb_dev_handle *dev, unsigned int ep) in usb_resetep()
734 API_EXPORTED int usb_clear_halt(usb_dev_handle *dev, unsigned int ep) in usb_clear_halt()
746 static int usb_bulk_io(usb_dev_handle *dev, int ep, char *bytes, in usb_bulk_io()
763 API_EXPORTED int usb_bulk_read(usb_dev_handle *dev, int ep, char *bytes, in usb_bulk_read()
777 API_EXPORTED int usb_bulk_write(usb_dev_handle *dev, int ep, char *bytes, in usb_bulk_write()
791 static int usb_interrupt_io(usb_dev_handle *dev, int ep, char *bytes, in usb_interrupt_io()
808 API_EXPORTED int usb_interrupt_read(usb_dev_handle *dev, int ep, char *bytes, in usb_interrupt_read()
821 API_EXPORTED int usb_interrupt_write(usb_dev_handle *dev, int ep, char *bytes, in usb_interrupt_write()
884 API_EXPORTED int usb_get_descriptor_by_endpoint(usb_dev_handle *dev, int ep, in usb_get_descriptor_by_endpoint()
/external/dhcpcd-6.8.2/compat/
Dstrtoi.c40 char *ep; in strtoi() local
80 char *ep; in strtou() local
/external/libedit/src/
Dmap.c1125 el_bindings_t *bp, *ep; in map_print_key() local
1147 el_bindings_t *bp, *ep; in map_print_some_keys() local
1253 el_bindings_t *bp, *ep; in map_bind() local
Demacs.c287 Char *cp, *ep; in em_upper_case() local
311 Char *cp, *ep; in em_capitol_case() local
343 Char *cp, *ep; in em_lower_case() local
/external/giflib/
Dgifalloc.c230 ExtensionBlock *ep; in GifAddExtensionBlock() local
265 ExtensionBlock *ep; in GifFreeExtensions() local
/external/mdnsresponder/mDNSPosix/
DNetMonitor.c655 const mDNSu8 *ep = ptr; in DisplayQuery() local
669 const mDNSu8 *ep = ptr; in DisplayQuery() local
679 const mDNSu8 *ep = ptr; in DisplayQuery() local
702 const mDNSu8 *ep = ptr; in DisplayResponse() local
713 const mDNSu8 *ep = ptr; in DisplayResponse() local
733 const mDNSu8 *ep = ptr; in DisplayResponse() local
742 const mDNSu8 *ep = ptr; in DisplayResponse() local
/external/ipsec-tools/src/libipsec/
Dpfkey.c382 caddr_t ep; in pfkey_send_getspi() local
570 caddr_t ep; in pfkey_send_delete_all() local
743 caddr_t ep; in pfkey_set_supported() local
1079 caddr_t ep; in pfkey_send_migrate() local
1160 caddr_t ep; in pfkey_send_x1() local
1434 caddr_t ep; in pfkey_send_x2() local
1516 caddr_t ep; in pfkey_send_x3() local
1579 caddr_t ep; in pfkey_send_x4() local
1665 caddr_t ep; in pfkey_send_x5() local
1851 caddr_t ep; /* XXX should be passed from upper layer */ in pfkey_align() local
/external/strace/tests/
Dvfork-f.c44 int main(int ac, char **av, char **ep) in main()
Dfork-f.c43 int main(int ac, char **av, char **ep) in main()
/external/bison/lib/
Dunsetenv.c60 char **ep; in __libc_lock_define_initialized() local
/external/parameter-framework/asio-1.10.6/include/asio/ip/
Dbasic_resolver_entry.hpp48 basic_resolver_entry(const endpoint_type& ep, in basic_resolver_entry()

123456