| /netbsd-src/external/mpl/dhcp/dist/client/ |
| H A D | dhc6.c | 94 u_int16_t ia_type); 98 u_int16_t ia_type); 527 copy->ia_type = ia->ia_type; in dhc6_dup_ia() 731 ia->ia_type = D6O_IA_NA; in dhc6_parse_ia_na() 856 ia->ia_type = D6O_IA_TA; in dhc6_parse_ia_ta() 958 ia->ia_type = D6O_IA_PD; in dhc6_parse_ia_pd() 1768 u_int16_t ia_type) in dhc6_bare_ia_xx() argument 1779 switch (ia_type) { in dhc6_bare_ia_xx() 1814 ia_type, in dhc6_bare_ia_xx() 1827 if (ia_type != D6O_IA_TA) { in dhc6_bare_ia_xx() [all …]
|
| H A D | clparse.c | 1627 ia->ia_type = D6O_IA_NA; in parse_client6_ia_na_statement() 1755 ia->ia_type = D6O_IA_TA; in parse_client6_ia_ta_statement() 1863 ia->ia_type = D6O_IA_PD; in parse_client6_ia_pd_statement()
|
| H A D | dhclient.c | 4044 switch (ia->ia_type) { in write_client6_lease() 4088 if (ia->ia_type != D6O_IA_TA) in write_client6_lease() 4100 if (ia->ia_type != D6O_IA_PD) in write_client6_lease()
|
| /netbsd-src/external/bsd/dhcpcd/dist/src/ |
| H A D | dhcp6.c | 194 (ia)->ia_type != 0 && (ia)->ia_type != D6_OPTION_IA_PD && \ 518 if (ia->ia_type != D6_OPTION_IA_PD) in dhcp6_findselfsla() 839 if (ap->ia_type == D6_OPTION_IA_PD) { in dhcp6_makemessage() 855 if (ifo->ia[l].ia_type != D6_OPTION_IA_TA) in dhcp6_makemessage() 967 if (ifia->ia_type == D6_OPTION_IA_TA) in dhcp6_makemessage() 976 COPYIN(ifia->ia_type, &ia_na, ia_na_len); in dhcp6_makemessage() 986 if (ap->ia_type != ifia->ia_type) in dhcp6_makemessage() 990 if (ap->ia_type == D6_OPTION_IA_PD) { in dhcp6_makemessage() 1633 if (!((ia->ia_type == D6_OPTION_IA_PD && ia->prefix_len) || in dhcp6_addrequestedaddrs() 1644 ia->ia_type == D6_OPTION_IA_PD ? ia->prefix_len : 128, in dhcp6_addrequestedaddrs() [all …]
|
| H A D | dhcpcd.c | 581 ifo->ia->ia_type = D6_OPTION_IA_NA; in configure_interface1() 841 warn_iaid_conflict(struct interface *ifp, uint16_t ia_type, uint8_t *iaid) in warn_iaid_conflict() argument 854 if (ia_type == 0 && in warn_iaid_conflict() 861 if (ia->ia_type == ia_type && in warn_iaid_conflict() 928 ifp->name, ia->ia_type, in dhcpcd_startinterface() 931 warn_iaid_conflict(ifp, ia->ia_type, ia->iaid); in dhcpcd_startinterface()
|
| H A D | ipv6.h | 190 uint16_t ia_type; member
|
| H A D | if-options.h | 208 uint16_t ia_type; member
|
| H A D | if-options.c | 1490 ifo->ia[sl].ia_type == (uint16_t)i && in parse_option() 1509 ia->ia_type = (uint16_t)i; in parse_option() 1520 ia->ia_type == D6_OPTION_IA_TA) in parse_option() 1533 if (p && ia->ia_type == D6_OPTION_IA_PD) { in parse_option() 1554 if (ia->ia_type != D6_OPTION_IA_PD) in parse_option()
|
| /netbsd-src/sys/dev/ir/ |
| H A D | ir.h | 33 int ia_type; member
|
| H A D | ir.c | 50 switch (ia->ia_type) { in ir_print()
|
| H A D | cir.c | 88 return (ia->ia_type == IR_TYPE_CIR); in cir_match()
|
| H A D | irframe.c | 106 return (ia->ia_type == IR_TYPE_IRFRAME); in irframe_match()
|
| /netbsd-src/external/mpl/dhcp/dist/server/ |
| H A D | db.c | 538 if (ia->ia_type == D6O_IA_NA && !persist_eui64) { in write_ia() 573 switch (ia->ia_type) { in write_ia() 585 (unsigned)ia->ia_type, s, MDL); in write_ia() 606 if ((ia->ia_type != D6O_IA_PD) && in write_ia() 610 if ((ia->ia_type == D6O_IA_PD) && in write_ia()
|
| H A D | mdb6.c | 543 if (a->ia_type != b->ia_type) { in ia_equal() 2048 if ((ia->ia_type == D6O_IA_NA) && in cleanup_old_expired() 2056 if ((ia->ia_type == D6O_IA_TA) && in cleanup_old_expired() 2064 if ((ia->ia_type == D6O_IA_PD) && in cleanup_old_expired() 2301 if (find_ipv6_pool(&pool, ia->ia_type, in change_leases()
|
| H A D | dhcpv6.c | 2038 reply->ia->ia_type = D6O_IA_NA; in reply_process_ia_na() 2435 (reply->ia->ia_type != D6O_IA_PD ? in write_to_packet() 2443 if (reply->ia->ia_type != D6O_IA_TA) { in write_to_packet() 2875 reply->ia->ia_type = D6O_IA_TA; 3298 if (reply->ia->ia_type != D6O_IA_PD) { 4114 reply->ia->ia_type = D6O_IA_PD; 8564 if ((lease->ia) && (lease->ia->ia_type == D6O_IA_PD)) {
|
| H A D | confpars.c | 4781 ia->ia_type = D6O_IA_NA; in parse_ia_na_declaration() 5229 ia->ia_type = D6O_IA_TA; in parse_ia_ta_declaration() 5667 ia->ia_type = D6O_IA_PD; in parse_ia_pd_declaration()
|
| /netbsd-src/sys/arch/vax/include/ |
| H A D | nexus.h | 124 const char *ia_type; member
|
| /netbsd-src/sys/dev/i2c/ |
| H A D | i2cvar.h | 143 int ia_type; /* bus type */ member
|
| /netbsd-src/sys/dev/usb/ |
| H A D | emdtv_ir.c | 101 ia.ia_type = IR_TYPE_CIR; in emdtv_ir_attach()
|
| H A D | irmce.c | 305 iaa.ia_type = IR_TYPE_CIR; in irmce_rescan()
|
| H A D | udsir.c | 229 ia.ia_type = IR_TYPE_IRFRAME; in udsir_attach()
|
| H A D | uirda.c | 287 ia.ia_type = IR_TYPE_IRFRAME; in uirda_attach()
|
| H A D | ustir.c | 302 ia.ia_type = IR_TYPE_IRFRAME; in ustir_attach()
|
| /netbsd-src/sys/dev/pci/ |
| H A D | oboe.c | 194 ia.ia_type = IR_TYPE_IRFRAME; in oboe_attach()
|
| /netbsd-src/external/mpl/dhcp/dist/includes/ |
| H A D | dhcpd.h | 1179 u_int16_t ia_type; member 1678 u_int16_t ia_type; /* IA_XX */ member
|