| /src/external/bsd/openldap/dist/servers/slapd/ |
| proxyp.c | 68 proxyp_addr ppa; local 115 addr_len = sizeof( ppa.ip4 ); 118 addr_len = sizeof( ppa.ip6 ); 135 ret = tcp_read( SLAP_FD2SOCK (sfd), &ppa, addr_len ); 165 from->sa_in_addr.sin_addr.s_addr = ppa.ip4.src_addr; 166 from->sa_in_addr.sin_port = ppa.ip4.src_port; 175 memcpy( &from->sa_in6_addr.sin6_addr, ppa.ip6.src_addr, 176 sizeof(ppa.ip6.src_addr) ); 177 from->sa_in6_addr.sin6_port = ppa.ip6.src_port;
|
| proxyp.c | 68 proxyp_addr ppa; local 115 addr_len = sizeof( ppa.ip4 ); 118 addr_len = sizeof( ppa.ip6 ); 135 ret = tcp_read( SLAP_FD2SOCK (sfd), &ppa, addr_len ); 165 from->sa_in_addr.sin_addr.s_addr = ppa.ip4.src_addr; 166 from->sa_in_addr.sin_port = ppa.ip4.src_port; 175 memcpy( &from->sa_in6_addr.sin6_addr, ppa.ip6.src_addr, 176 sizeof(ppa.ip6.src_addr) ); 177 from->sa_in6_addr.sin6_port = ppa.ip6.src_port;
|
| /src/external/bsd/dhcpcd/dist/src/ |
| if.h | 194 * devname = bge0, drvname = bge0, ppa = 0, lun = 1. 195 * If ppa or lun are invalid they are set to -1. 201 int ppa; member in struct:if_spec
|
| if.h | 194 * devname = bge0, drvname = bge0, ppa = 0, lun = 1. 195 * If ppa or lun are invalid they are set to -1. 201 int ppa; member in struct:if_spec
|
| /src/external/bsd/libpcap/dist/ |
| pcap-dlpi.c | 124 * HP-UX has a /dev/dlpi device; you open it and set the PPA of the actual 487 open_dlpi_device(const char *name, u_int *ppa, char *errbuf) 566 status = get_dlpi_ppa(fd, dname, unit, ppa, errbuf); 614 cp = split_dname(dname, ppa, errbuf); 646 *ppa = 0; 660 u_int ppa; local 674 p->fd = open_dlpi_device(p->opt.device, &ppa, p->errbuf); 709 retv = dl_doattach(p->fd, ppa, p->errbuf); 716 retv = dl_doattach(pd->send_fd, ppa, p->errbuf); 1073 dl_doattach(int fd, int ppa, char *ebuf [all...] |
| pcap-dlpi.c | 124 * HP-UX has a /dev/dlpi device; you open it and set the PPA of the actual 487 open_dlpi_device(const char *name, u_int *ppa, char *errbuf) 566 status = get_dlpi_ppa(fd, dname, unit, ppa, errbuf); 614 cp = split_dname(dname, ppa, errbuf); 646 *ppa = 0; 660 u_int ppa; local 674 p->fd = open_dlpi_device(p->opt.device, &ppa, p->errbuf); 709 retv = dl_doattach(p->fd, ppa, p->errbuf); 716 retv = dl_doattach(pd->send_fd, ppa, p->errbuf); 1073 dl_doattach(int fd, int ppa, char *ebuf [all...] |