MCPcopy Create free account
hub / github.com/OpenPrinting/cups / httpAddrFamily

Function httpAddrFamily

cups/http-addr.c:445–452  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

443 */
444
445int /* O - Address family */
446httpAddrFamily(http_addr_t *addr) /* I - Address */
447{
448 if (addr)
449 return (addr->addr.sa_family);
450 else
451 return (0);
452}
453
454
455/*

Callers 14

auth.cFile · 0.85
cupsdIsAuthorizedFunction · 0.85
check_admin_accessFunction · 0.85
cupsdAcceptClientFunction · 0.85
cupsdSendHeaderFunction · 0.85
create_local_printerFunction · 0.85
read_cupsd_confFunction · 0.85
cupsdCreateProfileFunction · 0.85
scan_devicesFunction · 0.85
try_connectFunction · 0.85
http-addrlist.cFile · 0.85
cupsDoAuthenticationFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected