Searched defs:protocol (Results 1 – 6 of 6) sorted by relevance
/busybox-1.35.0/networking/ |
D | arp.c | 490 const char *protocol; in arp_main() local
|
D | wget.c | 193 const char *protocol; member
|
D | ping.c | 193 uint8_t protocol; member
|
/busybox-1.35.0/libbb/ |
D | xconnect.c | 121 unsigned FAST_FUNC bb_lookup_port(const char *port, const char *protocol, unsigned port_nr) in bb_lookup_port()
|
D | xfuncs_printf.c | 464 int FAST_FUNC xsocket(int domain, int type, int protocol) in xsocket()
|
/busybox-1.35.0/include/ |
D | libbb.h | 743 # define bb_lookup_std_port(portstr, protocol, portnum) bb_lookup_port(portstr, protocol, portnum) argument 745 # define bb_lookup_std_port(portstr, protocol, portnum) (portnum) argument
|