Searched refs:open_socket (Results 1 - 4 of 4) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/networking/
H A Dwget.c27 static FILE *open_socket(len_and_sockaddr *lsa);
255 sfp = open_socket(lsa);
370 sfp = open_socket(lsa);
425 dfp = open_socket(lsa);
566 static FILE *open_socket(len_and_sockaddr *lsa) function
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/avahi-0.6.25/avahi-dnsconfd/
H A Dmain.c142 static int open_socket(void) { function
344 if ((fd = open_socket()) < 0)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/avahi-0.6.25/avahi-autoipd/
H A Dmain.c461 static int open_socket(int iface, uint8_t *hw_address) { function
638 open_socket(int iface, uint8_t *hw_address) function
1105 if ((fd = open_socket(iface, hw_address)) < 0)
1366 if ((fd = open_socket(iface, hw_address)) < 0)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ppp-2.4.4/pppd/
H A Dtty.c120 static int open_socket __P((char *));
649 int fd = open_socket(pty_socket);
861 * open_socket - establish a stream socket connection to the nominated
865 open_socket(dest) function

Completed in 81 milliseconds