Home
last modified time | relevance | path

Searched refs:httpAddrListen (Results 1 – 5 of 5) sorted by relevance

/external/libcups/scheduler/
Dlisten.c159 lis->fd = httpAddrListen(&(lis->address), p); in cupsdStartListening()
/external/libcups/cups/
Dlibcups2.def349 httpAddrListen
Dhttp-addr.c157 httpAddrListen(http_addr_t *addr, /* I - Address to bind to */ in httpAddrListen() function
Dhttp.h549 extern int httpAddrListen(http_addr_t *addr, int port) _CUPS_API_1_7;
/external/libcups/tools/
Dippeveprinter.c1295 sock = httpAddrListen(&(addrlist->addr), port); in create_listener()