Searched refs:AF_LOCAL (Results 1 - 13 of 13) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/router/rp-l2tp/handlers/
H A Dcmd-control.c54 addr.sun_family = AF_LOCAL;
57 fd = socket(AF_LOCAL, SOCK_STREAM, 0);
H A Dcmd.c170 fd = socket(AF_LOCAL, SOCK_STREAM, 0);
177 addr.sun_family = AF_LOCAL;
/asus-wl-520gu-7.0.1.45/src/router/LPRng/src/common/
H A Dlpd_dispatch.c241 #ifdef AF_LOCAL
242 "AF_LOCAL %d,"
248 #ifdef AF_LOCAL
249 AF_LOCAL,
262 #if defined(AF_LOCAL)
263 || sinaddr.sa_family == AF_LOCAL
395 #ifdef AF_LOCAL
396 "AF_LOCAL %d,"
402 #ifdef AF_LOCAL
403 AF_LOCAL,
[all...]
H A Dlinksupport.c295 #ifdef AF_LOCAL
296 dest_un.sun_family = AF_LOCAL;
809 #ifdef AF_LOCAL
810 sunaddr.sun_family = AF_LOCAL;
1840 #if defined(AF_LOCAL)
1841 || addr->sa_family == AF_LOCAL
/asus-wl-520gu-7.0.1.45/src/router/samba/source/tests/
H A Dunixsock.c4 * The POSIX name for these is AF_LOCAL/PF_LOCAL.
16 /* TODO: Look for AF_LOCAL (most standard), AF_UNIX, and AF_FILE. */
55 name.sun_family = AF_LOCAL;
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/linux/
H A Dsocket.h134 #define AF_LOCAL 1 /* POSIX name for AF_UNIX */ macro
166 #define PF_LOCAL AF_LOCAL
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/linux/
H A Dsocket.h134 #define AF_LOCAL 1 /* POSIX name for AF_UNIX */ macro
166 #define PF_LOCAL AF_LOCAL
/asus-wl-520gu-7.0.1.45/src/router/iproute2/include-glibc/bits/
H A Dsocket.h86 #define AF_LOCAL PF_LOCAL macro
/asus-wl-520gu-7.0.1.45/src/router/iproute2/include-glibc/
H A Dsocketbits.h86 #define AF_LOCAL PF_LOCAL macro
/asus-wl-520gu-7.0.1.45/src/router/pppd/pppd/plugins/rp-pppoe/
H A Dif.c319 if ((sock = socket(AF_LOCAL, SOCK_DGRAM, 0)) < 0) {
/asus-wl-520gu-7.0.1.45/src/router/pppd.mppe/pppd/plugins/rp-pppoe/
H A Dif.c319 if ((sock = socket(AF_LOCAL, SOCK_DGRAM, 0)) < 0) {
/asus-wl-520gu-7.0.1.45/src/router/pppoe-relay/
H A Dif.c321 if ((sock = socket(AF_LOCAL, SOCK_DGRAM, 0)) < 0) {
/asus-wl-520gu-7.0.1.45/src/router/rp-pppoe/
H A Dif.c308 if ((sock = socket(AF_LOCAL, SOCK_DGRAM, 0)) < 0) {

Completed in 215 milliseconds